Hey y’all!
I have a regular maintenance API that I run a few times a week to help keep track of holes in our metadata. We recently added some restricted folders to our space, and now whenever my batch calls hit those folders, I get internal server 500 errors.
I did some further testing and found it’s actually an issue with the endpoint itself. it just happened to only trigger on my only restricted folder in that project.
After it hits that number, I get 500 internal server error on the next call made. This happens where it’s my 2nd call (pagesize=100) or 126th call (pagesize=1)
I did some more testing on this and found that it’s not a limit on all folders, and is only happening consistently to one folder.
That folder is restricted, and contains versions as well as assets.
The weird thing is that while I was testing it yesterday, the amount of items I was able to pull from that folder dropped considerably, now I get internal server errors once I hit item 3. So pagination works with page_size set to 1, but only for the first page, when I try going to page 3 the error appears.
hi @Damon our dev team was unable to reproduce the crashing and errors that you reported. Is there additional information you could provide? If easier you can prov ide a screen recording and DM me to keep it private or you can provide it to Becca on our IS team since I know you are talking with her as well.