Blank Page and 403 Error on Game Accounts and Server Selection in Portal Site #1204
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When visiting Game Accounts, a blank page is displayed. The issue seems to be caused by a failed API request to:
This request returns a 403 Forbidden error.
/api/srv/undefined/accounts/@me
The same issue occurs under Server Selection:
/api/srv/undefined/accounts/@me
.To Reproduce
/api/srv/undefined/accounts/@me
This request fails with a 403 Forbidden error.
/api/srv/undefined/accounts/@me
.Expected behavior
When visiting Game Accounts or Server Accounts, the page should display the user's account data if the user is logged in. Clicking on Accounts from Server Selection or from the top-right Game Accounts menu should load the account data properly. No 403 Forbidden errors should be present, and API calls should be made to properly defined URLs, not to
/undefined/
paths.