I'm trying to use session replay and I'm running into a CORS issue; particularly, when I run mixpanel.start_session_recording() I get the following error in the dev console
Has anyone else run into this kind of stuff? Normally I'd be able to fix it by appending the correct headers, but the post request is made from inside the mixpanel library, and I don't have access to that...
answering my own question: this turned out not to be a CORS issue, I was accidentally passing an empty project token to the initializer, but for some reason that resulted in a CORS issue in the browser...