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
postLogoutRedirectUri won't work if you didn't register your logout url in the admin. In your Hydrogen storefront setting, under the customer account api configuration, it should have a default logout url. Add the extra logout url you wish to have it working as well.
What is the location of your example repository?
Private
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2024.7.3
What version of Remix are you using?
2.0.6
Steps to Reproduce
In
account_.logout.jsx
update the action with the following:Expected Behavior
To be redirected to "/collections" after the user is signed out.
Actual Behavior
It ignores the
postLogoutRedirectUri
and redirects to Logout URI that is set in Shopify Customer Account API settings.The text was updated successfully, but these errors were encountered: