Open RadchenkoVlada opened 2 months ago
Hi, @nazariusPr, I've retested #7422 and unfortunately, I'm still encountering the wrong link used in the GET request on Swagger.
I'm confident that we can resolve this together. Please let me know if there's any additional information or steps I can provide to help expedite the resolution.
Environment: macOS Sonoma 14.5, Postman, browser: Google Chrome Version 127.0.6533.120 (Official Build) (x86_64) Reproducible: always Build found: date(day.month.year): 05.09.2024
Steps to reproduce
Actual result Request URL is https://greencity.greencity.cx.ua/events?eventTime=FUTURE&cities=string&statuses=OPEN&tags=string&page=0&size=6
Result from Postman
Expected result The request URL is : https://greencity.greencity.cx.ua/events?page=0&size=6&cities=&tags=&eventTime=&statuses= Result from Postman Result obtained from Green City website using Dev Tools
Labels to be added "Bug", Priority ("pri: low"), Severity ("severity:"), Type ("Functional"), "API" (for back-end bugs).