I couldn’t get the self-hosted builder to work properly and felt like there are too many moving parts that I need to debug, so I'm trying out the cloud builder now. Followed the docs and exported the project. Then tried deploying to Netlify. I exported as netlify-functions
or netlify-edge-functions
, it kept throwing an error at the end when running netlify build
.
I switched to the Vanilla template and managed to deploy using netlify deploy
, but now the site is showing "Page not found" on the Netlify staging domain. Not sure what I’m missing here.
If I'm deploying on Netlify does it have to be only netlify functions or netlify edge functions? I will integrate a CMS so I need to export as a javascript application.
Add a reply
Sign up and join the conversation on Discord