fetch happening on server-rendering in dev mode but not in production
Hello,
General information
General information
- I am running my app on heroku
- these are my script commands
- I am using
in a page component.useFetch - When running in local development, the fetch is being called server side and the page is loading with the returned data in NUXT_DATA
- When running in production however this is not happening. It wont call on serer side (and only calls on client side when doing client side routing)