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
In order to use https with nginx, cors_allowed_origins in /server/server_config.cfg needs to have the https://subdomain.domain.com specified that is directed to PA.
[Webserver] # Allowed CORS origins # If not specified, only the host runnig the server is allowed # Allowed values are: ['*'], ['some-address.xyz', 'other-address.xyz'], [] # More information on the meaning of these values can be found at # https://python-socketio.readthedocs.io/en/latest/api.html#asyncserver-class **cors_allowed_origins = https://subdomain.domain.com**
The text was updated successfully, but these errors were encountered:
In order to use https with nginx, cors_allowed_origins in /server/server_config.cfg needs to have the https://subdomain.domain.com specified that is directed to PA.
[Webserver]
# Allowed CORS origins
# If not specified, only the host runnig the server is allowed# Allowed values are: ['*'], ['some-address.xyz', 'other-address.xyz'], []
# More information on the meaning of these values can be found at# https://python-socketio.readthedocs.io/en/latest/api.html#asyncserver-class **cors_allowed_origins = https://subdomain.domain.com**
The text was updated successfully, but these errors were encountered: