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
Apparently, Websockets are subject to CORS, thus we'll need to figure out a different way to handle them there. Realtime works on a mac. Sometimes. I should check that too.
The Plan
#### Tasks
- [ ] Fix it for web.
- [ ] Check for other platforms' still-working-ness
- [ ] Fix those (if necessary)
Why
Apparently, Websockets are subject to CORS, thus we'll need to figure out a different way to handle them there. Realtime works on a mac. Sometimes. I should check that too.
The Plan