Skip to content
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

Unsupported authentication token, missing key principal #42

Open
Manjukb opened this issue Sep 11, 2017 · 2 comments
Open

Unsupported authentication token, missing key principal #42

Manjukb opened this issue Sep 11, 2017 · 2 comments

Comments

@Manjukb
Copy link

Manjukb commented Sep 11, 2017

after fallowing all the steps if i try to access 4000 port i get Unsupported authentication token, missing keyprincipal` in api (web service ) console

please let me know the issue

@whatSocks
Copy link
Collaborator

Hello,
The app is running as expected for me. Do you see data as expected in the database browser?

@lovubuntu
Copy link

lovubuntu commented Mar 9, 2018

Came across the same issue. In my case it was due to username and password missing as environment variable (I've set them in one terminal window where I started the DB and then opened another window to start the api). Once you cd into the api folder

  • Set environment variables (Note, the following is for Unix, for Windows you will be using set=...)
    • Export your neo4j database username export MOVIE_DATABASE_USERNAME=myusername
    • Export your neo4j database password export MOVIE_DATABASE_PASSWORD=mypassword

Let me know if this fixes your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants