-
Using cookies in a simple example just to hold some data across different part of my application and everything works locally but after deploy the values are reset:
then in my action:
this works perfectly locally and I can use my cookie wherever I want but when I deploy (Google Cloud Run) the value is set but then it goes back to. Any idea about what I might be doing wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here's an example showing the Remix Cookie API ⚡️ StackBlitz https://stackblitz.com/edit/remix-run-remix-xegfoa |
Beta Was this translation helpful? Give feedback.
-
@kiliman thanks for your time. The configuration is ok...the problem ended up to be on my host: GCP + Firebase Hosting does not allow any other cookie except |
Beta Was this translation helpful? Give feedback.
@kiliman thanks for your time. The configuration is ok...the problem ended up to be on my host: GCP + Firebase Hosting does not allow any other cookie except
__session
😩