The workflow I have in place to recognize the existence of “state” and “access_token” in the URL parameters is not working/not recognizing these params. I attempted to set up an action to send to the same URL with find # & replace with ? but to no avail - still doesn’t work. Is there another way to extract params after a “#” symbol using Bubble?
This was pre-regex in native bubble, so I had to send it to an external service to parse out the return
token, but these “fragments” are not sent to the server which was annoying.