This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Troubleshooting doc * Add Toc entry for new doc * Update README.md
- Loading branch information
1 parent
5c5307b
commit 8151c47
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Troubleshooting | ||
|
||
Sometimes we get ourselves into a bit of trouble. Here we will try to provide common problems and their solutions. | ||
|
||
## Invalid Site URL Warning | ||
|
||
If you receive an alert that you have an invalid Site URL. This means that some how your Site URL and the URL you are accessing from don't match. This causes assets in Rocket.Chat to not be able to load properly. | ||
|
||
This usually happens when someone changes the setting. To resolve this you will need to modify the site url. | ||
|
||
Setting the following environment variables will correct this issue: | ||
|
||
``` | ||
OVERWRITE_SETTING_Site_Url=https://the-address-you-use-to-access | ||
ROOT_URL=https://the-address-you-use-to-access | ||
``` |