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
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
I also ran into this issue when trying to sign into alpha. The browser's console log is a bit more informative, and I've let @b5 know about it.
The login issue seems to be that identity wasn't correctly accepting cross-origin headers, and as such isn't an issue with context itself. However, I seem to be able to log in now, are you still able to reproduce the issue?
However, the side issue of having a richer error message should definitely be addressed
+5000 on the richer error messages, maybe we need a separate issue for that...
The problem with signup was caused by a regression I'd accidentally shipped with the new support for JSON Web Tokens, and should be fixed now.
To resolve the problem of not shipping regressions, I've set up continuous integration via circleci, which will auto-publish images to our docker hub account once tests pass. These steps will also contribute to our goal of having docker-compose up as the de-facto way of getting to work on a given project. I'm hoping to have all this sewn together by tomorrow morning. I'll keep everyone posted!
I'm getting "Something Bad Happened" when trying to sign up, I don't think it is a username/email combo as I've tried a bunch.
Thought it might be password, I had generated one with special characters:
but event just alphanumeric not working
Tested on FF 52.0.2 and Chrome 57.0.29 and same behaviour.
As a side point Is there a way for the error message around sign up to be more informative?
The text was updated successfully, but these errors were encountered: