Closed Aaryan6 closed 10 months ago
Did you solve the problem?
Did you solve the problem?
Yes I did!, but I forgot to post here
It is caused by this
export const runtime = 'edge'
In windows it should be
export const runtime = 'nodejs'
Maybe there are 4 files where you need to change this,
but I don't know why 🫤
Upgrading to "next": "14.0.3" solved the problem for me.
Do you use Mac or windows?
Windows
By changing the runtime from 'edge' to 'nodejs', everything is working!
Bug report
Describe the bug
I got this error after forking the repo and running the command 'npm run dev', I have installed all the packages, and set the values in env.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
System information