Relative Content

Tag Archive for javascriptjsonvue.jsnuxt.jsnetlify

Nuxt useFetch returns object on dev but JSON string on prod

Currently running into an issue with Nuxt & Netlify. Dev works perfectly using the following code, as the response is automatically converted to an object. However, on Prod, the response._data.products returns as a JSON string. JSON.parse will get it to work on Prod with a bit of hacking to the pinia store, but it then causes it to fail on Dev.

Nuxt useFetch returns object on dev but JSON string on prod

Currently running into an issue with Nuxt & Netlify. Dev works perfectly using the following code, as the response is automatically converted to an object. However, on Prod, the response._data.products returns as a JSON string. JSON.parse will get it to work on Prod with a bit of hacking to the pinia store, but it then causes it to fail on Dev.