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
Problem: Your (non-hashed, not-in-manifest) server bundle is deleted during deployment.
If you've seen the "Removed " in your deployment logs:
Asset precompilation completed (314.62s)
Cleaning assets
Running: rake assets:clean
RAILS_ENV=staging environment is not defined in config/webpacker.yml, falling back to production environment
Removed /tmp/build_a0d4d074503e2eda0ed90677b4aceb17/public/webpack/production/server-bundle.js
-----> Detecting rails configuration
and you got an error like this in your error tracking system:
ActionView::Template::Error
No such file or directory @ rb_sysopen - /app/public/webpack/production/server-bundle.js
The fix is to ensure that your server bundle is hashed.
I'll have some details on this issue over the coming days.
Problem: Your (non-hashed, not-in-manifest) server bundle is deleted during deployment.
If you've seen the "Removed " in your deployment logs:
and you got an error like this in your error tracking system:
The fix is to ensure that your server bundle is hashed.
I'll have some details on this issue over the coming days.
Related links:
The text was updated successfully, but these errors were encountered: