This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Replies: 2 comments 2 replies
-
Cookie issues. Are you on v16? I've added code to help with some of this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Setting same_site to none in config/session.php fixed the issue. I think due to embedded nature the third party cookies are rejected with lax / strict setting. SESSION_SECURE_COOKIE should be set to true as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@osiset
Thanks for the awesome package. We have installed the app and made a couple of additional route that are accessed through a navbar inside the app. One of the authenticated route is declare like this
And the view blade file looks likes this
The app is installed and being tested as a private app. The initial authenticated default welcome page shows up and the very first time when /product/add is clicked from the nav the authentication is done properly the expected messages shows up correctly. But when the /product/add is clicked again "Osiset\ShopifyApp\Exceptions\MissingShopDomainException" is being thrown. It seems the authentication flow is not happening after the first time. The same happens if we click on the home second time as well.
What are we missing?
Beta Was this translation helpful? Give feedback.
All reactions