Backend workflows not working on live

I have a backend workflow which is triggered while user tries to login or signup. It basically checks if the user already exists and returns a boolean.

This is working fine on both test and dev until yesterday. Today it is giving 404 error on live. What could be the reason for this?

I tried calling the same on postman and it works fine.

Hi @tech16 ,
I also faced same issue from yesterday.
Kindly check the backend request url, and remove unwanted double slashs in the url like “//api/1.1/” and change like below,
https://APP_URL.com/api/1.1/wf/WF_NAME

1 Like

How can I check this @mani2726

this is the url I am using to call the backend workflow.

Hi @tech16 ,
Just ensure passing value for [version] does not have doubled slashs.

https://appname.com**//**

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