loremuserOriginal post
Web Developer
Hello devs
I am trying to deploy a Next.js web (it's static) but I am receiving 404 when I visit it
My web is very simple. Here the repo: https://github.com/javiier507/links-web
In other platforms it works fine!
Regards!
Summary
Developer is experiencing 404 error when deploying Next.js web despite its simplicity. They shared the repository link. Potential issue with deployment configuration.
Solution: Check deployment configurations and routes to ensure proper setup for static Next.js web.