Hi, I went to deploy my fly app with fly deploy and got a message that said
This feature is highly experimental and may produce unexpected results. Proceed?
After continuing on, I realized my admin page was no longer loading any styles/css. Went to check our logs and found errors listed out below. Thankfully our front end is hosted on Vercel but it’s quite a trust-breaking endeavor to see our website no longer loading any CSS out of the blue after a deployment to fix a typo.
2023-05-24T17:29:06.306 app[3d8d349a231d89] lax [info] Not Found: /static/admin/css/nav_sidebar.css
2023-05-24T17:29:06.313 app[3d8d349a231d89] lax [info] Not Found: /static/admin/css/responsive.css
2023-05-24T17:29:06.315 app[3d8d349a231d89] lax [info] Not Found: /static/admin/css/dashboard.css
2023-05-24T17:29:06.389 app[3d8d349a231d89] lax [info] Not Found: /static/admin/js/theme.js
2023-05-24T17:29:06.392 app[568394df72538e] lax [info] Not Found: /static/admin/js/nav_sidebar.js
2023-05-24T17:29:26.845 app[3d8d349a231d89] lax [info] Not Found: /static/admin/css/base.css
2023-05-24T17:29:26.853 app[568394df72538e] lax [info] Not Found: /static/admin/css/responsive.css
2023-05-24T17:29:26.856 app[568394df72538e] lax [info] Not Found: /static/admin/css/nav_sidebar.css
2023-05-24T17:29:26.904 app[3d8d349a231d89] lax [info] Not Found: /static/admin/css/dark_mode.css
2023-05-24T17:29:26.976 app[3d8d349a231d89] lax [info] Not Found: /static/admin/js/theme.js
2023-05-24T17:29:26.978 app[568394df72538e] lax [info] Not Found: /static/admin/js/nav_sidebar.js
2023-05-24T17:29:29.077 app[5683921ad9058e] lax [info] Not Found: /static/admin/css/base.css
2023-05-24T17:29:29.079 app[5683921ad9058e] lax [info] Not Found: /static/admin/css/dark_mode.css
2023-05-24T17:29:29.080 app[568394df72538e] lax [info] Not Found: /static/admin/css/responsive.css
2023-05-24T17:29:29.083 app[568394df72538e] lax [info] Not Found: /static/admin/css/login.css
2023-05-24T17:29:29.084 app[5683921ad9058e] lax [info] Not Found: /static/admin/css/nav_sidebar.css
2023-05-24T17:29:29.170 app[3d8d349a231d89] lax [info] Not Found: /static/admin/js/theme.js
2023-05-24T17:29:29.172 app[3d8d349a231d89] lax [info] Not Found: /static/admin/js/nav_sidebar.js
EDIT: Also please note this deploy happened with a .toml
that was based on our legacy v1 app. I did not migrate it beforehand. After reading through the forum, I’m now aware of the tool to migrate tomls to v2. Nevertheless, I would expect most users don’t check the form regularly and will likely deploy from a v1 toml so it could still be an issue.