We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445d4ef commit 458f911Copy full SHA for 458f911
packages/template-retail-react-app/app/ssr.js
@@ -60,7 +60,7 @@ const options = {
60
// environment variable as this endpoint will return HTTP 501 if it is not set
61
useSLASPrivateClient: false,
62
applySLASPrivateClientToEndpoints:
63
- /oauth2\/(token|passwordless|password\/(login|token|reset|action))/,
+ /oauth2\/(token|authorize|passwordless\/(login|token)|password\/(reset|action))/,
64
65
// If this is enabled, any HTTP header that has a non ASCII value will be URI encoded
66
// If there any HTTP headers that have been encoded, an additional header will be
0 commit comments