I just did a ./launcher rebuild app—no changes to system-related files. I am now stuck on the discourse blinking dots.
I checked the following:
- The docker ps shows the discourse app image (seems normal).
- Top command shows activity (seems normal)
- I can view the sidekiq status (seems normal)
So, I rebuilt the app again.
Same results.
I tried using Safe-mode. Everything turned off. No change. I am still receiving the blinking dots screen.
I reviewed every line of the source code. I show I have four js files that are not available. They are:
- https://cdn.lotuselan.net/assets/chunk.a2077b6f709e79853f13.d41d8cd9.br.js
- https://cdn.lotuselan.net/assets/chunk.4182748ff86aacd88901.d41d8cd9.br.js
- https://cdn.lotuselan.net/assets/locales/en-b9880b888cb1d7c6743d93cfa690d7925d515c6df4a9ad42ce1796b463c11344.br.js
- https://cdn.lotuselan.net/assets/admin-11fa9e51418d774349288172c52e85f400199eb198a2fa17693204e8faec1782.br.js
Initial review:
- The files are not available via my CDN delivery.
- The CDN pulls from my S3 bucket.
- The files are not in my S3 bucket where all other assets are stored.
Looking at the rebuild results, I can see the following.
- The 4 files were created and written to public/assets/ with a js file extension.
- The 4 files were compressed and saved with a br.js file extension.
Checking my server:
- All 4 .js files are available on my server
- The .br.js files are not available on my server
- The .br.js files are not on my S3 bucket
What and where can I check to see why the files were not written to my S3 bucket?
Any other suggestions?
(I manually moved the 4 files to my S3 container and saved the js files with a br.js file extension. The site came up. This is only a temporary fix as I need the rebuild to work properly.)