We are getting this error after Rebuild All of the discourse. Not sure, what was changed all the pages were working fine before rebuild. Not sure, if any one else faced issue which recent rebuild
----------------Below error message on the page
Oops
The software powering this discussion forum encountered an unexpected problem. We apologize for the inconvenience.
Detailed information about the error was logged, and an automatic notification generated. We’ll take a look at it.
No further action is necessary. However, if the error condition persists, you can provide additional detail, including steps to reproduce the error, by posting a discussion topic in the site’s feedback category.
Checking the console, we see 505 error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Hi Steve! If I were in your place, I’d try to rebuild again from the command line. That usually works. And if it does not, you can at least scroll back up to see if an error has occurred that is preventing your site from rebuilding correctly.
Then I’d try ./discourse-doctor
which can help you identify issues with your installation. Often the problem is you are running out of disk space and need to create space by deleting old docker instances (./launcher cleanup
) or deleting backups.
If you have an unofficial plugin installed, that might cause a problem with updates if the plugin doesn’t play well with the latest version of discourse. You can remove or comment out the relevant lines in your app.yml and try rebuilding.
And finally, there’s the question we always have to ask.. did you install using the official install instructions? If not, then it’s going to be hard for us to support you.
1 Like