I am trying to set a cookie on the client side in my react web app.
I am using CRA deployed to Firebase.
Tried both js-cookie
and react-cookie
- in both cases I see that the set cookie code is running correctly.
When developing in localhost everything works perfectly - yet in production no cookie is ever being created.
Am I missing something?