404 on deployment

Hi all I’m new to Vercel and I am getting a 404 on a good deployment. The code is ‘NOT_FOUND’ but the tips in the help article don’t help.

github: https://github.com/lukeslab/lukeslightworks.com
site: lukeslightworks.com

is any other info needed?

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

Hi @lukepadawer, welcome to the Vercel Community!

If the deployment was successful, it could be that Vercel couldn’t recognize the framework (Next.js, Remix, etc…) you are using. I’d recommend setting up the Framework preset in the Project > Settings > General > Build & Development Settings, as follows:

Redeploying after changing this setting should solve the issue for you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.