My Api is running but the dynamic event “Done” is not. I have put a simple debug step in the Done Event but it is not running . Does Done run in all cases or only after success or is there some other explanation. This API does not return any json data just a status code , does this have anything to do with done not running
Strange, On pressing submit button of Sign Up Form my API Runs and account gets created in the database. But Done does not run. Then i delete the account manually whilst keeping the form open and resubmit it , the account gets created again and this time the done event runs although the status says 0 and response and message are empty. I have not defined api schema as i don’t know how to, does this have anything to do with it
Seems to be an issue with Azure Functions which is taking very long to return a response although the actual function is running in 2.5 seconds. Sorry for the trouble