deploying nextjs app to GCP app engine I got two errors:
[Error: ENOENT: no such file or directory, mkdir '/workspace/.next']
"This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application."
specifications:
- nextjs 13 (with experimental appDir feature)
next build and next start works in the local environment