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

Server not reachable: server version too low #2515

Open
1 of 3 tasks
badboy-tian opened this issue Dec 13, 2023 · 2 comments
Open
1 of 3 tasks

Server not reachable: server version too low #2515

badboy-tian opened this issue Dec 13, 2023 · 2 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@badboy-tian
Copy link

badboy-tian commented Dec 13, 2023

New Issue Checklist

Issue Description

dashboard display: Server not reachable: server version too low

Steps to reproduce

app.use("/dashboard", dashboard);

server.start().then(function () {
    console.log("server start completed")
    app.use("/parse", server.app);
})

Actual Outcome

Node app is running on port: 1337
server start completed
WARNING, Unable to connect to 'http://localhost:1337/parse'. Cloud code and push notifications may be unavailable!

Expected Outcome

Node app is running on port: 1337
 server start completed

Environment

Dashboard

  • Parse Dashboard version: 5.3.0
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Chrome
  • Browser version: 120.0.6099.71

Server

  • Parse Server version: 6.4.0
  • Operating system: mac os 13.6.1
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 7.0
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Local

Logs

8:57:40 AM - Starting compilation in watch mode...
[TS] 
[TS] 
[TS] 8:57:42 AM - Found 0 errors. Watching for file changes.
[TS] DATABASE_URI not specified, falling back to localhost.
[TS] databaseUri: mongodb://localhost:27017/dev
[TS] redisUri not specified, falling back to localhost.
[TS] redisUri: redis://localhost:6379
[TS] warn: DeprecationWarning: The Parse Server option 'allowExpiredAuthDataToken' default will change to 'false' in a future version.
[TS] warn: DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.
[TS] app: 2.538s
[TS] Node app is running on port: 1337
[TS] server start completed
[TS] 
[TS] WARNING, Unable to connect to 'http://localhost:1337/parse'. Cloud code and push notifications may be unavailable!
[TS] 


Copy link

parse-github-assistant bot commented Dec 13, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@badboy-tian
Copy link
Author

when use server 5.6.0, it work fine.

"parse-dashboard": "5.3.0",
    "parse-server": "5.6.0",
app.use("/dashboard", dashboard);
app.use("/parse", server);

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants