-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught exception for incorrect application name #60
Comments
Makes sense. This is a side-effect of the way our integration lazily-loads this data. I'm going to be changing this in the near future, so I'm leaving this issue open until it's resolved! <3 |
I guess my problem is related, but I have a hard time see where the problem is. Trying to register a user. 2016-07-03T12:25:10.585315+00:00 app[web.1]: [2016-07-03 12:25:10 +0000] [8] [ERROR] Error handling request /register |
@peersa I'm not sure if you got your error figured out or if this will help someone else. The config for 'STORMPATH_APPLICATION' has to be the name of your app in stormpath. I had the application url in there and that wasn't going to work so if your using your test instance they created it would be like this: |
Makes sense that this would fail but it was a bit tricky to debug because of the error. Changing our
STORMPATH_APPLICATION
config variable led to the following error:Seems like this should be caught and reported in a nicer fashion.
The text was updated successfully, but these errors were encountered: