HTTP 423 while generating endpoint for branch that was just created.
Hello!
I am using the API to generate branches in one of my applications. I first create the branch and then create an endpoint to be able to get a connection URL. My call to generate the endpoint is failing with a 423:
however, a few minutes later further calls succeed without a problem.
I suppose this is because the branch is being created and I cannot request a breakpoint creation while that is going on....
3 Replies
stormy-goldOP•11mo ago
COnfirmed. The problem went away by creating the endpoint at the same time as the branch:
genetic-orange•11mo ago
Glad to hear that you made it work 😄
stormy-goldOP•11mo ago
Thanks!