Forum Discussion
Hey, all
Are you getting the oops error when you log in, or when you go to a certain part of the keep? I logged in just now on 2 browsers on and off a VPN. I did not get any error message so I hope it is working for most.
@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_Shepard1 year ago
Community Manager
Hey, 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!