You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The environments API is returning an odd `next` URL when a repo has more than 10 environments. This breaks code that is automatically requesting the next URL since it thinks that there are more pages.
The response looks like this
```
{
"page": 1,
"values": [...],
"size": 14,
"pagelen": 14
}
```
Attempting to request the URL will result in a 403
Hi Daniel and welcome to the community.
We have an open bug report about this issue here:
Our development team will post an update on that ticket when this is fixed. Please note that we don't provide ETAs and bug fixing is implemented as per our policy here.
You can add yourself as a watcher (by selecting the Start watching this issue link in the bug report) if you'd like to get notified via email on any updates. You can also select This affects my team to indicate you are affected by this issue.
In the meantime, the only workaround would be to ignore the "next" parameter for this endpoint since the response will show all environments on one page.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.