Error 404??
Answered
Arjun posted this in #help-forum
ArjunOP
Hi all,
I'm working with a structure of NextJS + React Typescript. Vercel checks everything out and CI/CD is successful and shows as deployed, however when I try visiting the website, it says Error 404 not found. I have only one file, index.tsx, in the
I'm working with a structure of NextJS + React Typescript. Vercel checks everything out and CI/CD is successful and shows as deployed, however when I try visiting the website, it says Error 404 not found. I have only one file, index.tsx, in the
pages directory, aside from _app.tsx and a api folder which contains a hello.ts. Any suggestions on how to fix?1 Reply
ArjunOP
Nvm, solved. Turns out I didn't set a framework in settings 😐 😂
Answer