You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I try to access my server after adding allowedOrigins to my configuration file. I currently use the Docker package (version 1.1.13) to set it up. From there, I access the server through a reverse proxy. If I omit allowedOrigins or set it to the default value ([]), I encounter no problems. However, I've tried adding the subdomain I use for xBrowserSync, and I get that error. I've also tried using the IP address of the proxy and the host, and also get the same error. I also tried using a regex as explained in here, but the service won't even start, even if the regex is quoted.
I'm not sure how to proceed, but I currently don't have allowedOrigins set. Please advise.
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting this error when I try to access my server after adding
allowedOrigins
to my configuration file. I currently use the Docker package (version 1.1.13) to set it up. From there, I access the server through a reverse proxy. If I omitallowedOrigins
or set it to the default value ([]
), I encounter no problems. However, I've tried adding the subdomain I use for xBrowserSync, and I get that error. I've also tried using the IP address of the proxy and the host, and also get the same error. I also tried using a regex as explained in here, but the service won't even start, even if the regex is quoted.I'm not sure how to proceed, but I currently don't have
allowedOrigins
set. Please advise.The text was updated successfully, but these errors were encountered: