We created an app that uses The Authorization code grant (PKCE). There are no issues in lower environments, which use a different app and integration key but the configuration is identical.
When invoking /oauth/auth, we get this message:

Here is a redacted version of the url:
Note that response_type=code
Settings are below:

Allow CORS for OAuth calls
Also, when we click “View Details”, it claims that we are using Implicit Grant. That makes no sense because we clearly have PKCE selected:

Does anyone have a clue as to what’s going on?