-
Notifications
You must be signed in to change notification settings - Fork 166
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
[dashboard] Cannot use the Master Key, it has not been provided #61
Comments
Yes I am getting the same error. We have parser server and dashboard running on ubuntu 14.04 parser server config
parser dashboard config
|
I cannot reproduce. For example: docker run -d \
-e APP_ID=${APP_ID} \
-e MASTER_KEY=${MASTER_KEY} \
-e SERVER_URL=http://your-parse-server:1337/parse \
-e APP_NAME=${APP_NAME}
-p 4040:4040 \
--link parse-server \
--name parse-dashboard \
yongjhih/parse-dashboard |
same issue here, osx 10.11.6 docker 1.12.1-beta26.1
I tried the package from npm and it works correctly |
@avalla , How about opening |
|
I'm experiencing the same issue and I'm using docker 1.12.1 on an up-to-date linux mint distribution. It works fine if I go with |
Same for me on Mac 10.11.6. Edit: |
same for me. The commands I used:
|
same for me. I use docker compose:
docker --version |
Same here with |
I found the solution here: #74 (comment) This is working for me now. |
Hi there,
I wanted to try this docker image(s) and have followed the instructions here: https://github.com/yongjhih/docker-parse-server#paperclip-deploy-with-docker
I get this error after building and opening the dashboard: 'dashboard.bundle.js:9720 Uncaught Error: Cannot use the Master Key, it has not been provided.'
It's kind of strange since I do provide the master key. Does anyone else have this? Thanks!
I'm on a Ubuntu 16.04 64bit-server (digitalocean)
The text was updated successfully, but these errors were encountered: