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
Describe the bug
The todo page does not work when deploying the demo example project on Firebase with this adapter. It will throw: ReferenceError: fetch is not defined
To Reproduce
deploy the demo application on Firebase and go to the todos page
Expected behavior
That the fetch calls to the external API would work and no errors are thrown.
Describe the bug
The todo page does not work when deploying the demo example project on Firebase with this adapter. It will throw:
ReferenceError: fetch is not defined
To Reproduce
deploy the demo application on Firebase and go to the todos page
Expected behavior
That the fetch calls to the external API would work and no errors are thrown.
Screenshots
Additional context
There is some recent work in the official adapters to support Fetch
sveltejs/kit#1066
sveltejs/kit#1091
I am not sure if the solution is to ``import '@sveltejs/kit/install-fetch' or that we have to do something with
node-fetch
sveltejs/kit#618 (comment)
The text was updated successfully, but these errors were encountered: