I’m trying to set the following paths in my application to bypass authentication;
/auth/authorize
/auth/token
But every path after the first get’s deleted upon saving.
I looked at the network requests and the paths are sent, but in the response they are missing again.