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
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
after fallowing all the steps if i try to access 4000 port i get
Unsupported authentication token, missing key
principal` in api (web service ) consoleplease let me know the issue
The text was updated successfully, but these errors were encountered: