Giter Site home page Giter Site logo

Comments (5)

TAProgramming avatar TAProgramming commented on August 22, 2024 1

SOLVED.
Problem was incompatibility with parse server version - BUG.
Solution:
used yongjhih/parse-server:dev
(v. 2.2.18)
Also used yongjhih/parse-dashboard:1.0.15

This combination works.
No need for SERVER_URL on parse server config.
Used https://xxx.com/parse/ on parse dashboard config. This is the domain with SSL configured with letsencrypt and is a wrapper through Nginx proxy to http://localhost:1337/parse/

from docker-parse-server.

TAProgramming avatar TAProgramming commented on August 22, 2024 1

Update on bug.
If I call yongjhih/parse-server:2.2.18 directly when starting docker container for parse server, then parse dashboard comes up with unauthorized again and no longer connects to server.

However if I call yongjhih/parse-server:dev when starting docker container then dashboard connects through HTTPS to the server and it all works correctly.
This is despite yongjhih/parse-server:dev using version 2.2.18 anyway.

from docker-parse-server.

yongjhih avatar yongjhih commented on August 22, 2024

Ok, you wrapped a https proxy (https://your-parse-sever/parse) for parse-server (:1337). I think you must make https proxy work correctly first.

Try to run parse-server and parse-dashboard with
-e SERVER_URL=https://your-parse-sever/parse

from docker-parse-server.

TAProgramming avatar TAProgramming commented on August 22, 2024

Thanks for replying. I have tried your suggestion, however it now comes up with "unauthorized" on Parse Dashboard. If I remove -e PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1 from the config then it comes up with this error even though it definitely is going through https: "Parse Dashboard can only be remotely accessed via HTTPS". My Master Keys are identical on both configurations for Parse server and dashboard.
Parse Server still functions correctly with my javascript web app though. Dashboard still not playing nice.

from docker-parse-server.

agordeev avatar agordeev commented on August 22, 2024

I'm having the same issue. parse-server:dev and parse-dashboard:1.0.18.

from docker-parse-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.