since I updated from 7.15. to 7.19 I can not run any request anymore as my URLs are not build properly from service, path-param and endpoint param: see image.
As we see this on more than one machine, I would assume it is a systematic problem.
and how can I downgrade? I can not find older versions for download…
changing to a path starting with / (and removing the slash from the variable) it does work again. but is this intended? it will create a lot of work for us to change all the definitions. and it creates a risk, if variable is not defined in some environments we get // which does not work for our server.
Edit: using the variable directly (with slash in variable) doesn’t work. obviously variables starting with a slash are a problem now…
We have investigated the issue, and it appears unrelated to the application version. The problem is likely caused by an path variables syntax without leading slash. If you want to use variables diirectly in URL, the correct format requires double curly braces, {{RaiSuPath}}. Using single braces, {RaiSuPath}, will not work as expected.
4. Save the changes and import the modified .apidog.json file back into Apidog.
thank you for the download links.
I can confirm, that it works with 7.15. so something changed in 7.18 or 7.19 which prohibits the usage of a path parameter with leaading slash.
(it was not intended to be directly a variable in the url definition, although named similar)