Console Warning, [VueFire SSR]: Could not get the path of the data source #1277
-
I just started re-factoring my application by introducing vuefire today. Everything works like a charm. I am facing the following warning in my console. I am just using default vue3 app with TS spin up by Vite. The trace points to this file.... with the following code
I assume it is because of
But the warning still appears... any suggestions would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You need to ssr key your query: useCollection(..., { ssrKey: 'unique ssr key' }) |
Beta Was this translation helpful? Give feedback.
-
Also getting this warning without the application doing any SSR |
Beta Was this translation helpful? Give feedback.
You need to ssr key your query: