Possible Explanation

Bubble page won’t except a POST request - hence the 404 error. The reason it loads when you press enter on the address line is because that sends a GET request to the page, which Bubble accepts.

Possible Solution

Set up a Bubble API endpoint (which do accept POST requests) to use as the FW redirect URL. Then, do the redirect yourself in the API workflow.

Just a thought. Let us know if it works out.

-Steve

1 Like