I have created an inline hook for self registration in OKTA and I am trying to test the API call using Preview I am getting the following error:
“Hook “signupservice” execution failed. Did not observe any item or terminal signal within 3000ms in ‘onErrorResume’ (and no fallback has been configured)”
My endpoint returns 200 response in 185ms when I make the call from postman. So i am not sure why the call fails from OKTA? I know timeout is 3 seconds but my service doesn’t take more than a second to return a reply. Wondering if there is anything making this call to fail.
Hi there, do you see any errors in system logs for this issue? If yes, share the Okta request ID with us via DM
Please also share the Postman console log to see the request and response, and if you can share this information with us via DM.
I am not seeing any error in my log which makes me believe that the call is not even making it to our application. We have no firewall role to block the call. I tested my service from an external source and it was fine.
Right now my service is generating a custom response just to test that the call is functional. So it is returning Status 200 with Json {“status”:“ok”}