REST API Youtrack returns 404 but locally works
Hi!
I am discussing with YT Support about following problem but no one has an idea.
I make a request with an app to Youtrack https://xxx.youtrack.cloud/api/issues/SDK-394
On my local Mac everything is fine. I get the issue.
But when i deploy the to the server i get an 404 not found.
I have checked the headers etc, everything is 100% the same - the support and me, has no glue what the issue could be!
Does any one from community has an idea?
Please sign in to leave a comment.
Hi Nico,
We've just spoken in the private ticket with the investigation, but I'll leave a comment here as well since this is a public place and someone may stumble upon the same problem. As we found out, requests to get issues via REST API were made just a little earlier than the issues actually got created. Introducing a delay in the scripts between issue creation and obtaining data about it helped, so if anyone faces the same problem, this can be a solution to try out.