SolidJSS
SolidJSโ€ข3y agoโ€ข
3 replies
dmayo2

Netlify Fails to accept `dist`

I have many sites on Netlify from HUGO, and this is my first SolidJS. I ran
npm run build
and created the /dist dir. I drag that dir to netlify and it gives an error (but no error code). This is my first attempt. I searched here, didn't see anything relevant, and followed the directinos on netlify site (https://www.netlify.com/blog/how-to-deploy-solidjs/). "Looks like something went wrong!"

No errors on build
npm run build
other than css/responsive.css doesn't exist at build time, it will remain unchanged to be resolved at runtime which are in /public/assets

Any suggestions where/how to start my search?
Was this page helpful?