-
-
Notifications
You must be signed in to change notification settings - Fork 377
Your webhook for orders/create failing to return a successful response. #296
Comments
@JDSHINDE can your webserver user write to What error code do you get? a 500? |
@darrynten I see my api_scopes have read orders permission in Shopify-app.php but I didn't use webhooks for create/order, is that problem related with this issue? 'api_scopes' => env('SHOPIFY_API_SCOPES', 'read_products, read_orders ,read_script_tags, write_script_tags') |
yes, my webserver writes in these folders. I see more files in those folders and also that issue only visible in one of my store which has products. not in other development stores |
Whats in your config for shopify-app.php |
@JDSHINDE what response is your webserver sending, specifically, which response code? Can you paste from /var/log/apache/access.log or similar? |
@ohmybrew as i mentioned above there is only and i only disabled my order/create webhooks. |
@darrynten i just check my laravel log file and here is some response like [2018-07-25 11:48:25] local.ERROR: Class 'OhMyBrew\ShopifyApp\ShopifyAppProvider' not found {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Class 'OhMyBrew\ShopifyApp\ShopifyAppProvider' not found at /home/190178.cloudwaysapps.com/qqfgfwmnbh/public_html/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:208) |
Have you done a |
@darrynten i did but not work. can you explain me why this webhook sending this request because i already comment this webhook in my shopify-app.php config and also i didn't send any API scope which is related to that webhook. |
What information have you configured in your .env file (only relevant information, do not post the entire file as it is sensitive). If you have configured scopes in the .env file (or any other env options) it will always override any hardcoded scopes in your config file. Also try removing the vendor folder completely and doing a fresh composer install and restart your web server. |
Closing for now, please reopen if issue remains. |
There is webhook error when I try to upload my app to the Shopify store

I don't want this webhook so I comment those code but still getting an error like this
The text was updated successfully, but these errors were encountered: