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
This is kinda related to #1138 but that one is more about routing so I'm posting this here.
We're trying to do a gradual migration from a Stencil storefront to a Catalyst storefront. A big roadblock is the session handling. I found the generateSessionSyncJwt mutation which I can add a "fallback" dynamic route in Catalyst which generates a URL based on the path with the session information. That works if I need to go from Catalyst to Stencil.
I'm now struggling with the other direction as I'm not sure what information I need to pass to Catalyst (and how to get it).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again,
This is kinda related to #1138 but that one is more about routing so I'm posting this here.
We're trying to do a gradual migration from a Stencil storefront to a Catalyst storefront. A big roadblock is the session handling. I found the generateSessionSyncJwt mutation which I can add a "fallback" dynamic route in Catalyst which generates a URL based on the path with the session information. That works if I need to go from Catalyst to Stencil.
I'm now struggling with the other direction as I'm not sure what information I need to pass to Catalyst (and how to get it).
Beta Was this translation helpful? Give feedback.
All reactions