-
-
Notifications
You must be signed in to change notification settings - Fork 373
Missing auth url - MissingAuthUrlException #926
Description
For bug reporting only! If you're posting a feature request or discussion, please ignore.
Expected Behavior
The app should install but it doesnt get a URL return
Current Behavior
Its returns MissingAuthUrlException when it tries to return the shop shop.
Failure Information
Stack trace:
{
"class": "Osiset\ShopifyApp\Exceptions\MissingAuthUrlException",
"message": "Missing auth url",
"code": 0,
"file": "/var/www/html/vendor/osiset/laravel-shopify/src/Traits/AuthController.php:47",
"trace": [
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:254",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:197",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:695",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167",
"/var/www/html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167",
"/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.p
Steps to Reproduce
When installing the app. Ive updated from 16 to 17 and since then it returns this error
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Package Version: v17
- Laravel Version: 8.52.0