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
🐛 The bug
When using useFetch together with the latest nuxt-edge version (tested with "nuxt-edge": "^2.15.0-26876193.fffb1a19"), an SSR error occurs (vm.$ssrContext.nuxt.fetch.push is not a function).
Last working version: nuxt-edge@2.15.0-26802759.5a5161aa First broken version: nuxt-edge@2.15.0-26807078.b06df717
* feat: support new fetchKey (Nuxt 2.15+) - closes#364, nuxt/nuxt#8781
* fix: fix issue with refetching/hydration in full static mode - closes#292
* fix: align fetch keys with 2.15 - see nuxt/nuxt#8809
🐛 The bug
When using
useFetch
together with the latestnuxt-edge
version (tested with"nuxt-edge": "^2.15.0-26876193.fffb1a19"
), an SSR error occurs (vm.$ssrContext.nuxt.fetch.push is not a function
).Last working version:
nuxt-edge@2.15.0-26802759.5a5161aa
First broken version:
nuxt-edge@2.15.0-26807078.b06df717
Related commit: nuxt/nuxt@92018e5
🛠️ To reproduce
Steps to reproduce the behavior:
yarn
yarn dev
🌈 Expected behaviour
No error in this scenario
The text was updated successfully, but these errors were encountered: