when I tried to run the application on 127.0.0.1:8000/authenticate it gives me error
2
MIght be an issue for migration file. refer this : https://github.com/osiset/laravel-shopify/issues/912
It comes usually when you are trying to directly access the root URL. From Version 17 you can’t access the root URL directly. You need to access through admin/apps via Shopify.
Click here to cancel reply.
2
Answers
MIght be an issue for migration file.
refer this : https://github.com/osiset/laravel-shopify/issues/912
It comes usually when you are trying to directly access the root URL. From Version 17 you can’t access the root URL directly.
You need to access through admin/apps via Shopify.