hello. I was visiting the portal today and clicked around on like 5 or so pages and got hit with the Akamai rate limiting screen. All in all took about 60 seconds from the time I landed on the site until this error
I'm guessing this is probably due to the fact that client-side routing seems to be broken and navigating around via links triggers a full page reload everytime, which means all those assets are being requested again all the APIs get hit.
(also I know the rate limiting isn't a front-end issue but please consider not breaking the client-side routing experience since a full page reload processes ~7MB of JavaScript each time and I think defeats the purpose of using React 🙏 )
hello. I was visiting the portal today and clicked around on like 5 or so pages and got hit with the Akamai rate limiting screen. All in all took about 60 seconds from the time I landed on the site until this error
I'm guessing this is probably due to the fact that client-side routing seems to be broken and navigating around via links triggers a full page reload everytime, which means all those assets are being requested again all the APIs get hit.
(also I know the rate limiting isn't a front-end issue but please consider not breaking the client-side routing experience since a full page reload processes ~7MB of JavaScript each time and I think defeats the purpose of using React 🙏 )