You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add a repo to CodeApprove by giving CodeApprove permissions to a new private repo. But doing this seems to have locked me out of the settings page. When I try to load https://codeapprove.com/settings, the top status bar cycles forever and I see this error in the JS console logs:
[Vue warn]: Error in mounted hook (Promise/async): "FirebaseError: [code=permission-denied]: Missing or insufficient permissions."
found in
---> <N>
<N>
<Root>
The text was updated successfully, but these errors were encountered:
@mtlynch since this one is tricky to reproduce, I'm going for a temporary band-aid to start.
I just released a new /signout route which will forcibly sign you out and hopefully fix your session in your non-incognito window. Can you try navigating to https://codeapprove.com/signout and then signing back in and seeing if you can access settings? You may need a hard refresh to get the version of the site which respects that route (ironic).
After you sign back in, assuming you can access Settings, you may need to Refresh your private repos if you don't see the one you just added.
I tried to add a repo to CodeApprove by giving CodeApprove permissions to a new private repo. But doing this seems to have locked me out of the settings page. When I try to load https://codeapprove.com/settings, the top status bar cycles forever and I see this error in the JS console logs:
The text was updated successfully, but these errors were encountered: