Next.js project is throwing 404 errors

Hello, i just deployed my zxxrl.space site 5 minutes ago, however im getting 404 Not_Found. I have troubleshooted, nothing works. This has happened with other hosting providers aswell.

zxxrl.space

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,

Is this a Next.js app? I don’t see any package.json or relevant files in your project. Are you able to run this project locally using npm run build && npm start ?

We recommend getting started with Next.js Boilerplate template to understand the project structure. Thanks!

Hello,

i tried running "npm run build && npm start}

i might need package.json maybe relevant files. Could you help me make this.

@swarnava

Yes you will need those file, the best way to get start with follow any of these two instruction:

These will give you the entire folder structure you need to run the application.

should i have these files


image

Appeared into my project randomly @swarnava

Hello,

These are expected for Node projects.

2 Likes

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