Commit eb9885

Troubleshooting
@@ 3,8 3,8@@
## General Issues
- ### Button doesn't work / feature stopped working.
+ ### Button doesn't work / feature stopped working after updating
- Your browser might have cached an older version of a JavaScript(JS) file which is no longer compatible with the current version of LubeLogger. Clear your browser's cache and retry.
+ Your browser might have cached an older version of a JavaScript(JS) file which is no longer compatible with the current version of LubeLogger. Clear your browser's cache and retry. Certain web browsers will persist the cache for a period of time despite the cache being cleared, in that case, you should try to navigate to your LubeLogger instance using incognito mode and it will force the cache to be cleared.
### Can't Send Email via SMTP
Note that for most email providers, you can no longer use your account password to authenticate and must instead generate an app password for LubeLogger to be able to authenticate on your behalf to your email provider's SMTP server.
@@ 20,7 20,7@@
Ensure that your locale environment variables are configured correctly, note that if running via docker, both environment variables LANG and LC_ALL have to be identical.
### Can't change locale.
- Environment variables are injected on deployment. You will need to re-deploy.
+ Environment variables are injected on deployment. You will need either need to re-deploy, or if that doesn't work, check if the environment variables are injected correctly, try to either re-create the .env file, or if you're using Portainer/Synology, you can try to enter the environment variables manually.
## Server Issues