You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching data on server side within ionic page component is not possible.
It can be observed in the repro attached that the fetch call happens on the client side only and therefore updating meta tags will have no effect for SEO, social media previews, etc
Server side code executes only in app.vue as far as I can see
🐛 The bug
Fetching data on server side within ionic page component is not possible.
It can be observed in the repro attached that the fetch call happens on the client side only and therefore updating meta tags will have no effect for SEO, social media previews, etc
Server side code executes only in app.vue as far as I can see
🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-gjtb8z?file=pages%2Fhead.vue
🌈 Expected behaviour
It's possible to provide code that's executed server side before entering the page.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: