Replies: 1 comment
-
same problem i have. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"npm run build" works on my machine, a macbook with Node v12.18.3 and npm 6.14.8.
The server is running Ubuntu 20.04.1 LTS, [email protected] and [email protected].
The process gets stuck, this is the output:
The log from the last line above doesn't include anything new.
The biggest change from last time it worked is a call to a MongoDB on Atlas (cloud) for which I store some constants at .env.local
As said locally on my machine everything works fine, "npm run dev" loads the project and "npm run build" throws no errors.
Beta Was this translation helpful? Give feedback.
All reactions