-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(troubleshooting): introduce troubleshooting page
- Loading branch information
Georges Bossert
committed
Apr 24, 2024
1 parent
2324219
commit 0860efc
Showing
2 changed files
with
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Get Troubleshooting Tips | ||
|
||
If you're having trouble signing in to Sekoia, get more information about signing in issues and fixing them. | ||
|
||
## Common Problems | ||
|
||
### WebSocket Problem | ||
|
||
If Sekoia.io can't maintain WebSocket connections on the browser, the web application won't automatically refresh with the new contents and a network connectivity error is displayed on top of the application. | ||
|
||
#### Troubleshooting Steps | ||
|
||
Step 1: Contact your network administrator | ||
|
||
Contact your network administrator to make sure they support WebSocket connections. Also ask it to review login attempts to the following url: app.sekoia.io/live | ||
|
||
Step 2: Collect and send us network logs | ||
|
||
If the problem persists, collect and send the network logs to us so we can investigate the situation further. You can collect network logs through through Google Chrome. | ||
|
||
1. Open Google Chrome and navigate to the following link: chrome://net-export/. | ||
2. Click Start Logging to Disk. | ||
3. Save the file as sekoiaNetlog. | ||
4. In another Chrome tab, open your Sekoia workspace. | ||
5. Use Sekoia as you normally do. When the problem occurs, go back to the chrome://net-export/ tab and click Stop Logging. | ||
6. Find the sekoiaNetlog file in the Downloads folder on your computer. | ||
7. Send us a message with the file attached. | ||
|
||
Note: If you don't use Chrome as your browser, send us a message and we'll help you resolve the issue. |
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