daz.dev
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Trying to get a base Solid Start build deployed to Netlify, by actioning:
-
pnpm create solid@beta
- pnpm install
- Add netlify.toml, with build.publish
of /dist
- Ensure vite.config
sets start.server.preset
to netlify_edge
Tried deploying with GitHub push to branch and manually with Netlify CLI, to same result.
Build and deploy succeeds on Netlify dashboard, however the browser shows error: This edge function has crashed
Logs:
Test repo here: https://github.com/darrenbarklie/solid-start-beta2
Thanks in advance!14 replies