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 Sep 2, 2020. It is now read-only.
My self-hosted instance of Badgekit is showing the error also found on the hosted version (according to https://bugzilla.mozilla.org/show_bug.cgi?id=1069723). That is, all paths with 'directory', 'applications' or 'settings' in them return 500.
node version: v0.10.35
I have a working badgekit-api service running. Attempting to manually insert an account and accountPermission for myself into the db has not fixed the problem. Persona authentication succeeds, but the paths /directory, /applications and /settings all return a 500.
I set DEBUG=true in my .env file but the output in the shell where I start the app has nothing more useful than "GET /directory HTTP/1.1" 500 -"
I can get into an account listed in the ACCESS_LIST (although the regexp terminations give a syntax error, so I just put the raw email address in quotation marks).
The text was updated successfully, but these errors were encountered:
John-B
changed the title
all paths with directory return 500
all paths with directory, applications or settings return 500
Jan 4, 2015
After further review of the documentation I have found that this is likely due to the default ACCESS_LIST that is set in the sample.env file. Update this to allow your persona email address to be allowed access.
My self-hosted instance of Badgekit is showing the error also found on the hosted version (according to https://bugzilla.mozilla.org/show_bug.cgi?id=1069723). That is, all paths with 'directory', 'applications' or 'settings' in them return 500.
node version: v0.10.35
I have a working badgekit-api service running. Attempting to manually insert an account and accountPermission for myself into the db has not fixed the problem. Persona authentication succeeds, but the paths /directory, /applications and /settings all return a 500.
I set DEBUG=true in my .env file but the output in the shell where I start the app has nothing more useful than "GET /directory HTTP/1.1" 500 -"
I can get into an account listed in the ACCESS_LIST (although the regexp terminations give a syntax error, so I just put the raw email address in quotation marks).
The text was updated successfully, but these errors were encountered: