You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the ci/cd pipeline of the serverless dashboard, the deployment fails most of the
times but without a specific reason. When doing the same from my local console with serverless deploy, everything works fine.
I found out it has something to Do with the esbuild-plugin-tsc which i need to be able to use typescript decorators in my Code (nestJS)
I also tried debugging if it is a specific file where it breaks, but it is always another one when it just stops.
Also tried the concurrency settings, but without effect.
SOMETIMES the deploy works as expected. But then when redeploying the same thing it b Re eaks without change...
Have no clue whats going on. anyone an idea?
The text was updated successfully, but these errors were encountered:
was in contact with support of serverless framework... it was just due to the build-machine running out of memory (but unfortunately did not give me a error-message stating that)
so i will close again :)
When using the ci/cd pipeline of the serverless dashboard, the deployment fails most of the
times but without a specific reason. When doing the same from my local console with serverless deploy, everything works fine.
I found out it has something to Do with the esbuild-plugin-tsc which i need to be able to use typescript decorators in my Code (nestJS)
I also tried debugging if it is a specific file where it breaks, but it is always another one when it just stops.
Also tried the concurrency settings, but without effect.
SOMETIMES the deploy works as expected. But then when redeploying the same thing it b Re eaks without change...
Have no clue whats going on. anyone an idea?
The text was updated successfully, but these errors were encountered: