Trying to launch an app on Heroku that fetches a response from Okta but i'm getting a CORB error
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://dev-493904.oktapreview.com/oauth2/default/v1/keys with MIME type application/json.
Is there any way to just enable the response to come through without creating a Express and NodeJS server?
I can't see any Webpack server settings I can alter to change the headers.