Domme
Request data in a plugin before sending the files to the client
Currently I get this error in my client
Hydration completed but contains mismatches.
My plugin:
What I basically want to achieve is that the endpoint is called before data is sent to the client. The client should not know that this endpoint is getting called upon sending the files. When removing the server check, it seems that 2 calls are getting made. Once on the server and another time on the client. Any idea how I can achieve this?
Btw. My backend is a java application and I'm not using the nuxt backend server folder2 replies
Request env variables on application startup from backend
Hi, I want to request environment variables once my frontend loads. I have a java backend where all the configuration is located. Is there any specific hook available which I could use to load the env variables or is the best option to just send a request in my
app.vue
entry point?19 replies