Blank Page and 403 Error on Game Accounts and Server Selection in Portal Site #1204
Labels
No labels
area
blabot
area
client
area
encounters
area
launcher
area
missions
area
npc-behavior
area
performance
area
portal
area
quests
area
rdb
area
teams
area
trading
area
zone
priority
1
priority
2
priority
3
priority
4
shadowlands
state
cant-reproduce
state
duplicate
state
fixed
state
new
state
unrefined
state
verified
state
wontfix
type
bug
type
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prk/issues#1204
Loading…
Add table
Add a link
Reference in a new issue
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.