Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.taskadapter.redmineapi.NotFoundException: Server returned '404 not found'
WHY?
The url, and token parameters are correct because I made a test with curl command and with it, i saw in my terminal the correct result.
I want to get all issues and display them in a web page but everytime I run my application with these instructions:
I have this error:
WHY?
The url, and token parameters are correct because I made a test with curl command and with it, i saw in my terminal the correct result.