Tip - a few days ago backend API URL behaviour changed

With two unrelated apps - that had been working for years, these stopped working last week (noticed on different days but around and before 30 May) due to a change in the behaviour of URLs to Backend Workflows.

Where previously a URL like this to a Backend API would have worked (notice the 2 slashes)

https://myapp.io//api/1.1/wf/someapi

This will now return a 404 (not found) and needs to be corrected to

https://myapp.io/api/1.1/wf/someapi

Hopefully this tip will save someone a lot of pain.

The error will only be observed outside of Bubble so no point looking in your Bubble logs wondering why the API call is no longer appearing in your Bubble logs :slight_smile:

12 Likes

I can only imagine how frustrating this was to diagnose :rofl: Thank you for sharing.

4 Likes

THANK YOU! this is a life saver!! - All my API calls was breaking in most of my sites

2 Likes