You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @PapaBravo, thank you for the bug report. This is indeed an open issue. Possible solutions would be either removing pagination (and the accompanying links) or configuring Django to generate accurate links.
Issue description
The projects API returns errornous API links in the pagination section (
next
,previous
) and inresults[*].url
.Steps to reproduce the issue
next
field in the response jsonWhat's the expected result?
"https://fixmyberlin.de/api/v1/projects?page=2"
What's the actual result?
"https://fixmyberlin.de/api/projects?page=2"
The text was updated successfully, but these errors were encountered: