The granted.dev website breaks with an Application Error: Client Side #890
Unanswered
guhcampos
asked this question in
Issue Triage
Replies: 1 comment
-
Exploring it a bit further I think I understand the issue. The 403 error on the Github Contributor API seems to be the culprit. I get this error when I'm connected to my employer VPN, likely because all employees are sharing a handful IP addresses, so we get rate-limited by this anonymous API. Switching my VPN off and using my own connection fixes it. Since the error seems to be on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
I'm a Chrome user trying this on a Mac. When accessing https://granted.dev, the webpage briefly seems to render correctly, then breaks into:
Application error: a client-side exception has occurred (see the browser console for more information).
See the screenshot:

I have a network-wide ad-blocker and it often breaks websites that depend on tracking code. I don't know if this is the case though. This is what I have on my chrome dev-tools console:
Expected Behavior
The website should be rendered correctly.
Actual Behavior
Website is unusable with a
Application error: a client-side exception has occurred (see the browser console for more information).
Reproduction Steps
Just visit https://granted.dev, possibly with a DNS-blackhole based ad-blocker. In my case I'm using Unifi's default ad-blocking feature with no custom entries.
Granted Logs
No response
Granted Version
OS Version Information
Mac OS Sequoia on an M1 Pro
Minimal Granted & AWS Config Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```
) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions