After adding SSR , my localhost backend didn't works well , but after 5 days It works like normal . What is happening in Firebase and my localhost ? #579
-
When user login , it create cookies by login api . Right? But when I add ssr data fetching with Firestore , some cache are still there I think. Then my localhost backend is broken . But after 5 days , everything is working like normal . It is Firebase cache problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved these by adding url in google cloud console. |
Beta Was this translation helpful? Give feedback.
I solved these by adding url in google cloud console.
But I still don't understand when I use ssr and this need , when I don't use ssr it doesn't need . I mean I don't use ssr I deleted but ssr is still aliving .