Runtime Config loaded after page refresh?
Hey guys, I currently have the problem that my runtime config has the right values only after I fully reload the page.
nuxt.config.ts -> ssr: false
Docker Environment
When I first visit the page, it is always the default value. After I reload the page it changes to the correct value.
It is such a weird case I never had.
0 Replies