-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
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)
Reactions are currently unavailable