Forum Discussion
Naitikkyada
Oct 31, 2023Copper Contributor
Facing throttle issue in sharepoint
Hello, I am facing throttle issue in Sharepoint it's not related to specific one site collection and I'm not sure what is the exact reason behind this issue and there is no such SPFx webpart that ...
Paul de Jong
Oct 31, 2023Iron Contributor
If this is triggered by a user I would launch Edge/Chrome and then check the browser console.
- open browser
- click F12 and open the Network tab
- toggle back to the browser and open SharePoint
Does the page make loads of requests?
Do you see 429 responses?
- open browser
- click F12 and open the Network tab
- toggle back to the browser and open SharePoint
Does the page make loads of requests?
Do you see 429 responses?
Naitikkyada
Oct 31, 2023Copper Contributor
I have already checked it and didn't find anything fruitful.
Yes, I'm getting 429 responses
Yes, I'm getting 429 responses
- Paul de JongOct 31, 2023Iron ContributorTry to understand what the request is trying to retrieve.
Does the same request keeps being requested? (like in a loop)
If the above does not indicate what is going on click on the link to the code to see which js files and what logic is being executed.
(The behaviour (429's) is not normal when there are no customizations.)- NaitikkyadaOct 31, 2023Copper ContributorBut the strange part is there is no js file where i am working (in that site ollection)