Alright, found a temporary solution, setting the CORS allowed origins to “*” in my server config seems to work. So I would assume it’s CORS. I’m not sure what origin to allow to stop this.
CORS was not the issue, that did not actually resolve my issue
What did work, oddly enough, was switching to the auth0 npm package and making requests using the ManagementClient instead of axios