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