The redirect url is blank

I’ve successfully connected a payment API. Everything works fine. I received the webhook and the backend workflow went smoothly.

But the redirect URL returns to my URL with a blank page with a text like this. And nothing in the workflow works.

All other APIs work fine except this one. Any idea? Or is there any way that I can redirect this page to another?

Hi there. Did you manage to solve this error? I have the same problem and could not figure out how to resolve it…

Hi @charless

I did not have a solution for this issue. I did a workaround by setting a redirect URL in the API to my custom blank HTML page (not a Bubble page) with a redirect metatag to the real final one like this

<meta http-equiv="refresh" content="0; url=https://your-desired-final-url">

It comes back finally. Hope this helps :slight_smile:

Thank you for the response. After searching the Forum I found a post which makes reference to Backend Workflows.

When api data is posted by the payment platform you can use the backend workflow and set it to a page redirect, instead of the default Json Object.

How the below will help you. It works for me.

1 Like

I did set that but it didn’t work for me. The other APIs work well except this one :sob:

Screen Shot 2021-03-10 at 16.33.18

Thanks for sharing :slight_smile:

Has anyone else figured out a workaround to this issue aside from using another page to redirect? I’m running into this same problem with a payment gateway in Asia.