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
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
@pimlie I tried using @nuxt/http only but it seems not available in generate-built plugins. It was a weird issue indeed. So now it's using @nuxt/http for SSR/SPA and static JSON fetch() otherwise.
@galvez What was the status of this again? Where we going to remove using nuxt/http altogether? If so, how do we know with http client to use on the server.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
blueprints/common/plugin.js uses fetch directly and not through nuxt/http.
Not sure if this is on purpose or not, but nuxt/http already has a $get method which returns as json
The text was updated successfully, but these errors were encountered: