MrTact
`Request is not defined` when loading a page with the solid start (basic) dev server
I just ran into this problem while using bun. It baffled me for a minute, but I definitely needed to run
bun run build
before running bun run dev
. It's been my experience that npm projects usually automatically build before running the server, but maybe that's some custom setup on the part of the projects I've worked with.2 replies