I have an issue with my Nuxt 3 App. It is not rendering is SSR mode. When I look at page in "View page source" mode, it is not rendered in SSR. In main "__nuxt" block I got empty <div id="__nuxt"></div> .
I left example.env file in reproduction, with my Supabase datas. So please don't steal it :)
P.S. Problem comes from Supabase. When I fully disable the Supabase the website starts to render in SSR correctly, but when I enable it, i get only empty __nuxt block.
Describe the problem
I have an issue with my Nuxt 3 App. It is not rendering is SSR mode. When I look at page in
"View page source"
mode, it is not rendered in SSR. In main"__nuxt"
block I got empty<div id="__nuxt"></div>
.Reproduction
https://stackblitz.com/edit/nuxt-shortener-url?file=app.vue,app.config.ts
Notes
I left
example.env
file in reproduction, with my Supabase datas. So please don't steal it :)P.S. Problem comes from Supabase. When I fully disable the Supabase the website starts to render in SSR correctly, but when I enable it, i get only empty
__nuxt
block.