From 2eb4202425f8062ff9a102933c40b1b1f13c168d Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 29 Apr 2022 00:26:45 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 27943db..aa4e255 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Grasscutter launcher for easily switching between Official and Private servers * [TODO](#todo) * [Common Problems](#having-problems) * [White Screen Fix](#white-screen-fix) + * [Error 502](#error-502) * [Infinite CMD Windows](#infinite-cmd-windows) * [Broken Discord/Youtube](#my-discord-is-not-letting-me-send-messages-or-load-images-my-youtube-is-acting-strange) * [No internet](#i-have-no-internet-after-closing-everything-restarting-my-pc) @@ -73,6 +74,15 @@ If all else fails, you can run GrassClipper in `chrome` or `browser` mode. To do * Click `Ok` * Run GrassClipper using this shortcut from now on! +## Error 502 + +If you are getting an error 502 when attempting to log in, open your Grasscutter config and add the following to the `DispatchServer` section: + +```json +"PublicPort": YOUR_PORT +``` +where `YOUR_PORT` is the same port you use as the `Port` value already. This will probably be 443. + ## Infinite CMD Windows If you are getting infinite CMD windows for any of the scripts (such as the proxy installation, or private server start), ensure you have UAC (user access control) set to any option that requires asking. Ensure your user account can open things as Admin.