-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
asset_compile fails in production #2326
Comments
Had the same issue, adding the values in #2316 ( |
thanks! Yes, seeing the errors really helps ;) |
@joelcahalan To help debug this issue, please provide more information including your versions of Rails, webpacker, @rails/webpacker, your webpacker.yml config, any customizations to your |
Is this still an issue for you? Feel free to reopen if needed |
I am deploying a rails 6(recently upgraded and using assets pipline alongside webpacker) app to AWS elasticbeanstalk. Deploy's were working until I added tailwindcss package using yarn/webpacker. This worked fine in the development env but when deployed In the AWS logs I see this error:
Compiling… Compilation failed: (Executor::NonZeroExitStatus)
I tried to reproduce the error locally by precompiling with the
RAIL_ENV=production
and got the same error with even less explanation:Compiling… Compilation failed:
This happens right after it writes the stimulus package. Any advice on how to debug this would be appreciated!
The text was updated successfully, but these errors were encountered: