I’m having issues when redirecting to the Okta login page when launching my application. It redirects as I’d expect. I’m hosting my own application using HTTPS and the endpoints exist in the correct places but I have strange looping effect in the browser. The challenge code is continually being populated with different values…
code_challenge=N4ZTu2ExNTn82uubrBVhfqPksdQtnmPD1xBNhKgA2IU
The web page says “loading…” and then just continually trying to load and there’s definitely a resource at the request URL. I’ve read more documentation than I care to at this point. Any assistance at this point would be greatly appreciated. I’ve also resolved the cookie error on the console too.