Fix error message to match console log

This commit is contained in:
Yury
2025-02-13 21:00:08 +02:00
parent 7d0b7546b0
commit 1bfb16539f
+1 -1
View File
@@ -200,7 +200,7 @@ If the server works and the `hosts` file is saved, `Alt+Tab` to a game console t
* `libcurl error 60 (Peer certificate cannot be authenticated with given CA certificates)` - indicates that the certificate was not installed correctly. Make sure that the certificate is present in `certmgr.msc` and there is only one certificate. Try removing the certificate and importing it again by following step 4. * `libcurl error 60 (Peer certificate cannot be authenticated with given CA certificates)` - indicates that the certificate was not installed correctly. Make sure that the certificate is present in `certmgr.msc` and there is only one certificate. Try removing the certificate and importing it again by following step 4.
![](./_assets/certificate_error.PNG) ![](./_assets/certificate_error.PNG)
* `HTTP error code 500` - usually indicates that MongoDB is not running. Make sure that MongoDB is installed and and that `MongoDB Server` is running in `services.msc`. * `HTTP code: 500` - usually indicates that MongoDB is not running. Make sure that MongoDB is installed and and that `MongoDB Server` is running in `services.msc`.
![](./_assets/mongodb_error.PNG) ![](./_assets/mongodb_error.PNG)
## Development ## Development