Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serverless deploy fails without a reason when using esbuild-plugin-tsc #504

Closed
simon1389 opened this issue Oct 30, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@simon1389
Copy link

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)
Screenshot_20231030_132010_Chrome

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?

@simon1389 simon1389 added the bug Something isn't working label Oct 30, 2023
@floydspace
Copy link
Owner

Hey @simon1389, I'd recommend defining a small reproduction repo with esbuild-plugin-tsc usage, it'd be a good starting point for investigation.

@simon1389
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants