You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't install a production app to the live store due to an error "Could not find the current session id in the cookies". A couple of months ago the same app was successfully installed to another store but today I ran into the issue.
Expected behavior
Since there was no any code change the app should be installed without any errors as it was some time ago.
Actual behavior
I have build an app using npm run build command as usual, and after installation I've got an error message
Shopify\Exception\CookieNotFoundException
Could not find the current session id in the cookies
I was trying trying to clear app cache but it doesn't help anyway.
In the same time the app seems to be working fine when run in dev.
The text was updated successfully, but these errors were encountered:
Values for shopify_session_id_sig and shopify_session_id are coming in a "cookie" header but looks like actual cookies aren't set for them and have null value.
The issue was found. The current version doesn't support the most fresh stable API version "2023-04". With the "2023-01" everything is working fine. So I guess OAuth method needs to be updated in this package.
Issue summary
I can't install a production app to the live store due to an error "Could not find the current session id in the cookies". A couple of months ago the same app was successfully installed to another store but today I ran into the issue.
Expected behavior
Since there was no any code change the app should be installed without any errors as it was some time ago.
Actual behavior
I have build an app using
npm run build
command as usual, and after installation I've got an error messageI was trying trying to clear app cache but it doesn't help anyway.
In the same time the app seems to be working fine when run in dev.
The text was updated successfully, but these errors were encountered: