Forum Discussion
1 year ago
@EA_ShepardSo, still getting "Oops, an error occured" message, and and invalid redirect when attempting to log out, however sometimes refreshing redirects to "https://dragonagekeep.com/jsdata/" with a bit of code that reads:
<html>
<head>
<script type="text/javascript">
if(window.opener) {
window.opener.location = '/en_US/account-check';
window.close();
} else {
window.location = '/en_US/account-check';
}
</script>
</head>
</html>
EA_Shepard
Community Manager
1 year agoHey, Everyone
Reached out to some folks on the Keep. They are going to be taking a look at it on their end and see what all they can get done. With support being so limited with the Keep, it may be a bit before it gets updated.
Eyes are on it again though, so hopefully here soon they let me know what we can do for it.
- 1 year ago@EA_Shepard Thank you!