API Workflow broken

We are getting an API workflow error

“Workflow not found checkToken”

However The api is there, and previously working for months. @emmanuel

Have seen similar bugs Like this such as API workflow not found

Hello,

Can you file a bug report for this case? We’ll need to look at your application, and then the success team will be able to assist you.

Thanks!

Same here! My API also working for weeks. Today during a stakeholder meeting it failed. This was super embarrassing. On Postman I get,

https://cadence.specialized.sg/version-test/api/1.1/wf/twCreateFindNearby

{
“statusCode”: 404,
“body”: {
“status”: “NOT_FOUND”,
“message”: “Workflow not found twCreateFindNearby”
}
}

Literally I did not do anything funny do this…

We’re looking into this, sorry about this guys.

Can you try using the lowercase version of the Workflow name

I think the most recent update effected that, as it’s been working for months fine as is, however upon flipping our getToken to gettoken it fixed it.

Still pending dev team for SSO to make change for the checkToken to checktoken and will update you.

we pushed a fix, this should be back to normal now

This topic was automatically closed after 14 days. New replies are no longer allowed.