Missing module in azure appservice #56010
Replies: 18 comments 16 replies
-
I upgraded today from Next 13.4.3 to Next 13.5.x (I tried with versions: 13.5.3, 13.5.2, 13.5.1), and got the same error. I am also using Windows to build my app. |
Beta Was this translation helpful? Give feedback.
-
I am facing the same problem, and i guess should return to previews versions, but i had problem with resource not being enough on v13.4.10, this #45508 . |
Beta Was this translation helpful? Give feedback.
-
Same problem here. |
Beta Was this translation helpful? Give feedback.
-
same here... |
Beta Was this translation helpful? Give feedback.
-
same here |
Beta Was this translation helpful? Give feedback.
-
same on linux |
Beta Was this translation helpful? Give feedback.
-
Having the same error when deploying to AWS, downgrading to 13.4.19 fixed it for me. |
Beta Was this translation helpful? Give feedback.
-
We also ran into this issue. We could temporarily fix it by building on a Linux machine instead, but not ideal in the long run for us. |
Beta Was this translation helpful? Give feedback.
-
Same issue here when compiled locally as standalone and served as a docker image. Using next 13.5.4 on Windows 11. Reverting to 13.4.19 fixed it for me as well. |
Beta Was this translation helpful? Give feedback.
-
same error on Linux Ubuntu 20.04 - next 13.5.6. |
Beta Was this translation helpful? Give feedback.
-
This issue still persists when building on Windows. Building on Linux is currently not an option for us, is there no fix in sight? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Have this in Next 14.0.1 and the solution above has helped in deploying to Azure Linux container, Thank you for your help guys👍 |
Beta Was this translation helpful? Give feedback.
-
Same happened to me at next version 13.5.6 and 14.0.1, I got this error only on google cloud (app engine) and not locally on windows 11, |
Beta Was this translation helpful? Give feedback.
-
Since it seems no one have made an issue for this yet, I have gone ahead and done it: #58244 |
Beta Was this translation helpful? Give feedback.
-
I had the same problem with next 14, later I found that building my project in windows system and deploy to a Linux system lead to that issue. I then built my project in Linux system and it worked Link to my solution |
Beta Was this translation helpful? Give feedback.
-
I recommend not using CI/CD from Github to Azure App Service if you are experiencing this issue. Using default configurations, I successfully deployed my Next 14 project using Azure App Service through Visual Studio Code (Windows) Azure Plugin. |
Beta Was this translation helpful? Give feedback.
-
potentially this might work https://stackoverflow.com/a/75580851 |
Beta Was this translation helpful? Give feedback.
-
next I upgraded to 13.5.3. The build is running, but when the app service starts up, it gives cannot find module error logs. All pages give 500 errors.
We use a Windows machine when building.
Beta Was this translation helpful? Give feedback.
All reactions