Nuxt Build Successful and 404

Site: https://fellowsconnect.netlify.app

I have successful local and prod build steps, locally the site runs fine both in production mode and dev mode, when deployed through npm run build i get the Netlify 404 page. Which is interesting. locally node will render the site successfully → does this have anything to do with a redirect? i don’t think i’ve needed to set these in similar deployments in the past, but a little lost here.

Another thought is that i do see this line about a function deployment, where i’m not actually deploying a netlify function anywhere

I do use this server directory to handle the API for a sendgrid post. is there a better naming convention w/ nuxt i should be using? maybe the confliction of “server” is causing some kind of issue. I changed the config in netlify config to look at a different directory functions2 as a test to see if that changed anything. but this is the same message i would receive had i not changed that.

Screenshot 2023-11-13 at 7.49.10 AM

Hi @mattbtay,

Thanks for reaching out!

I found a similar post here with a solution:

I’m seeing the same line in your latest deploy:

Starting to deploy site from ".nuxt/dist"

Could you also try changing the Publish directory setting here to dist and see if that works?