Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
353 stars 102 forks source link

App not navigating through different routes #145

Closed creation-infoways closed 1 year ago

creation-infoways commented 1 year ago

For bug reporting only! If you're posting a feature request or discussion, please ignore.

Expected Behavior

1) Seamlessly navigating through different routes.

Current Behavior

When I navigating through the routes it keeps loading and I can't able to see content of any route other than home route. I know that this is an issue if we use Blade Template. But can by any chance I am able to use it (Can I use a different middleware other than verify.shopify) . Please let me know if I can do anything @Kyon147.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Define routes in web.php with (verify.shopify) as middleware.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Screenshot (42)

Screenshot (43)

Kyon147 commented 1 year ago

@creation-infoways you need to pass host along with every page view. Can you make sure that you are as this is usually why you get that.

Going to close for now until there more info on that this is a bug and not a set up issue.

You can read more here https://github.com/Kyon147/laravel-shopify/wiki/Authentication-Process