Forum Discussion
divergentor
9 years agoOccasional Contributor
I had the same problem, and I solved by delete // from project file.
Below I describe my case, maybe it will help you to fix it.
I have base edpoint /api/dashboard/processes-summaries/{processId}/change-pin-state
But this endpoint was added to the project as
<con:originalUri>https://test.com/api/dashboard/processes-summaries//change-pin-state</con:originalUri>
{processId} have been cut from the uri, that's why this error happens.