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 ran into CORS issues when trying to test Websockets. The code in isOriginAllowed is checking settings['security.allowed_origins'], but I think it should be settings[cors.origins]?
I ran into CORS issues when trying to test Websockets. The code in
isOriginAllowedis checkingsettings['security.allowed_origins'], but I think it should besettings[cors.origins]?