`ReferenceError: Request is not Defined` on Node 18
After adding
solid-start-netlify to my project, I get ReferenceError: Request is not defined when I run solid-start start. I know that this can happen with older versions of Node, but I'm running version 18. Any idea what's causing this?1 Reply
If I remove
adapter: netlify() from vite.config.ts, then the problem goes away.