I am creating my own Jira app using ACE. When I start up the debugger from my terminal in OSX, every second I see the following two requests:
GET /json 404 0.633 ms - 143
GET /json/version 404 1.243 ms - 151
I assume that the Jira Cloud is making these requests, but I see no documentation about what these endpoints should return. Can anyone shed light into why these endpoints are being called and what they should return?
Thanks!
Those look like calls being made by your application. We can't tell you what your application is doing here.
Ah you are right - it has to do with the express server: https://stackoverflow.com/a/52557441
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.