manaya sasaki

Results 2 comments of manaya sasaki

@jdgamble555 Please try enabling nativeFetch on this line ``` installGlobals({ nativeFetch: true }); ``` https://github.com/jdgamble555/remix-firebase-test/blob/master/vite.config.ts#L6 same issue: https://github.com/remix-run/remix/issues/9324

@wong2 I encountered a similar issue. It seems that installGlobals does not have an effect when using remix-serve. >For preparation of using Node's built in fetch implementation, installing the fetch...