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
On the image above the current API URL is https://api.shuvayatra.org/v1/api/posts?category_id=233 which has category_id as a parameter on URL but the next URL field on API response is not having this category_id.
The API response on next URL should contain the same parameters like current URL. In the case above it should be return https://api.shuvayatra.org/v1/api/posts?category_id=233&page=2
The text was updated successfully, but these errors were encountered:
On the image above the current API URL is
https://api.shuvayatra.org/v1/api/posts?category_id=233
which has category_id as a parameter on URL but the next URL field on API response is not having this category_id.The API response on next URL should contain the same parameters like current URL. In the case above it should be return
https://api.shuvayatra.org/v1/api/posts?category_id=233&page=2
The text was updated successfully, but these errors were encountered: