My Issue is: That I can't open any Character pages. If I open them, they appear as an empty page. The problem is that four different players have the same issue. We were about to start a new round, but besides two players nobody was able to open their character pages to edit its content or even see inside it.
Try logging out, clearing your cache, and logging back in.
Try opening a private browsing window (Ctrl+Shift+N) and login to D&D Beyond there. Does the issue persist?
Try logging in on your mobile device with Wi-Fi disabled, using Cellular Data. Does the issue persist?
There is no VPN in use. Also, nothing helped either... I also installed Firefox and Opera - they have the same issue. If we try opening a Character page it only shows the title and nothing else. Phone has the same issue. And because of Covid-19, I cant just try using a different WiFI. My Example or any other char page was : https://www.dndbeyond.com/profile/Puppy_Chan/characters/26197571
Also, I checked the page via HTML, the content is always empty... besides sometimes having a title and a separator bar and nothing else.
If you see one of those in your HTML, this would seem to be some kind of failure to load those resources. Check in chrome your network requests and make sure the characterTools bundle JS is loading.
My Issue is: That I can't open any Character pages. If I open them, they appear as an empty page.
The problem is that four different players have the same issue. We were about to start a new round, but besides two players nobody was able to open their character pages to edit its content or even see inside it.
There is no VPN in use.
Also, nothing helped either... I also installed Firefox and Opera - they have the same issue. If we try opening a Character page it only shows the title and nothing else.
Phone has the same issue. And because of Covid-19, I cant just try using a different WiFI.
My Example or any other char page was :
https://www.dndbeyond.com/profile/Puppy_Chan/characters/26197571
Also, I checked the page via HTML, the content is always empty... besides sometimes having a title and a separator bar and nothing else.
It's loading for me on Chrome, IE, and TOR.
Are you using any browser extensions or add-ons?
Since it sounds like you know how to look through HTML sent from the server, do you see one of the following?
<link href="https://media.dndbeyond.com/character-tools/ab620c1271ae1bb0ae079c0a9d7ff8412beffb00/character-sheet/styles.cb43f0fd.min.css" rel="stylesheet"/>
<script src="https://media.dndbeyond.com/character-tools/ab620c1271ae1bb0ae079c0a9d7ff8412beffb00/character-sheet/characterSheet.bundle.c9dd29b0.min.js"></script>
<link href="https://media.dndbeyond.com/character-tools/styles.a561a521555e18a809df.min.css" rel="stylesheet"/>
<script src="https://media.dndbeyond.com/character-tools/characterTools.bundle.f65d3df996a539c70f3e.min.js"></script>
If you see one of those in your HTML, this would seem to be some kind of failure to load those resources. Check in chrome your network requests and make sure the characterTools bundle JS is loading.
Yes, thank you!
The character tools bundle Js were not loading. I was about to check it today and see how I can fix it. But apparently it... fixed itself...
Thank you! The problem is resolved.