I have redmine installed on my Digital Ocean Linux server. Sometimes it works, often it fails with “We’re sorry, but something went wrong.”.
Any suggestions for me?
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey,
In order to get to the actual error that is causing this message, I could suggest checking your logs which can provide more detailed information about what’s going wrong.
You can find the Redmine logs in the
log/production.log
file in your Redmine installation directory. If the issue is due to a misconfiguration or a plugin problem, the logs should provide specific error messages:Look for any Ruby errors, missing dependencies, or issues with database connections and any errors or warnings in general.
If there are no errors, as you are only seeing this sometimes, you should also make sure that your server has enough resources (CPU, RAM, Disk space) to run Redmine. Insufficient resources can lead to intermittent failures.
You can use
htop
,free -m
, ordf -h
to check your server’s resource usage.If this is the case, then consider upgrading your server to add some extra RAM and CPU power:
- Bobby
Heya,
You’ll need to check your error logs. In your application’s error log you’ll get the exact error and can further act upon it.
Currently, what you are seeing
“We’re sorry, but something went wrong.
Is a generic error which can be used for multiple incidents.