-
Notifications
You must be signed in to change notification settings - Fork 33
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
Login attempt with Fiware throws Internal Server error #3209
Comments
Verified in nightly.apinf.io with completely new email address used to register fiware account. |
I have been able to debug this error. It seems that meteor is expecting a username field to be provided, but this field is not being provided as part of the account data generated by apinf-fiware package. So in AccountsServer.Ap._attemptLogin (packages/accounts-base/accounts_server.js) the field result.error contains something like "Missing Username field", which is then included in attempt.error which (not sure why) generates a circular JSON error. Anyway, I have included the username field within the serviceData provided by the package and that seems to solve the problem. This have been provided in apinf-fiware repo in PR 23, although I have not yet included the tests |
apinf/apinf-fiware#23 closes this. |
reopening this issue as it has emerged in release 0.55.0 in https://staging.apinf.io Also login isn't possible. CC. @preriasusi |
Works now fine on nightly and saas. Closing again |
I am facing the same issue. The installation of APInf is done using docker-compose. I am using apinf/api-umbrella:0.15.0-apinf2 docker image for API-Umbrella and apinf/platform:0.58.0 docker image for APInf. |
Steps to Reproduce:
(required: Fiware login to be active in the environment)
[you can use randomly generalized emails using http://www.throwawaymail.com/en]
Outcome:
User can't sign in using created fiware account.
Page shows Internal Server Error
Expected Behavior:
Users should be able to sign in to APInf platform with valid credentials used for Fiware account.
Environment:
Windows 10, Chrome browser (latest), IE11, APInf Staging (https://staging.apinf.io)
Fiware information in staging environment:
Cases verified
The text was updated successfully, but these errors were encountered: