Hi, everyone. I’ve tried to deploy mi API but the Deploy logs show this:
[2023-01-18 14:34:43] > api@1.0.0 start
[2023-01-18 14:34:43] > node app.js
[2023-01-18 14:34:43]
[2023-01-18 14:34:43] node:internal/modules/cjs/loader:998
[2023-01-18 14:34:43] throw err;
[2023-01-18 14:34:43] ^
[2023-01-18 14:34:43]
[2023-01-18 14:34:43] Error: Cannot find module '/workspace/app.js'
[2023-01-18 14:34:43] at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
[2023-01-18 14:34:43] at Function.Module._load (node:internal/modules/cjs/loader:841:27)
[2023-01-18 14:34:43] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
[2023-01-18 14:34:43] at node:internal/main/run_main_module:22:47 {
[2023-01-18 14:34:43] code: 'MODULE_NOT_FOUND',
[2023-01-18 14:34:43] requireStack: []
[2023-01-18 14:34:43] }
I hope somebody can help me. Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Is your project open-source? If so can you share a link to the GitHub repo so I could try to deploy it and further investigate what might be causing the problem.
Best,
Bobby