Some of my APIs have just stopped working!?!

As of an hour ago some of the APIs that my application exposes have just stopped working. They were working perfectly yesterday. And it is some, not all, which makes it even stranger. I am getting the following cryptic error message:

{
“statusCode”: 400,
“message”: “Idealise error: this URL is not correct (Invalid URL: undefined) undefined”,
“args”: {
“bubble_code”: “1741949821012x519379228304447800”
}
}

The strange thing is that I can reach them when using /initialize. Anybody any clues? I am baffled.

@douwe.vandevoort can you share one of the end point to me? I can check it for you

Hi, I should return an authorization error but can you check the following:

Can you share screenshot of your endpoint settings?

The totally strange thing is all of them were working just fine untill an hour ago and now some have stopped working with the error message I shared.

Send a support request. For me, this return expected unauthorized error.

I have send in a support request. It feels like some config got corrupted somewhere. Thanks for trying to help out!

Possible… it’s hard for us to test and help because we don’t have authorization. Also, be sure there’s no error inside your WF itself (you should see this in logs however)

Did you test without authorization set?

Yes. I ran exactly the same tests as I did yesterday. They just stopped working. Don’t get it at all.

1 Like

I figured it out. And it was actually a me error… :face_with_open_eyes_and_hand_over_mouth:

1 Like