Next.js Discord

Discord Forum

Error: ENOENT: no such file or directory

Unanswered
Alligator mississippiensis posted this in #help-forum
Open in Discord
Alligator mississippiensisOP
In the file: https://github.com/noams24/Kef-Code/blob/main/src/app/check/page.tsx
if I put this two lines in the code:
const session = await getServerSession(authOptions); const data: RegularPage = getListPage("pages/about.md");
I get the error in the vercel log:
Error: ENOENT: no such file or directory, open 'src/content/pages/404.md'

*The error only occurred when deploying to vercel.
* If i remove one of the lines everything works.
Thanks!

0 Replies