-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Check if resolvedarea/usabilityIssues with usability and error messagesIssues with usability and error messagesexp/beginnerSomething most people could solve.Something most people could solve.status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.
Description
Health endpoint doesn't show a version (at 8080/health) when built from master - This causes a block on Ratel UI. Also, any Dgraph version will get blocked by this. Not sure if this needs to be fixed on Dgraph itself or Ratel. Pinging @paulftw.
2 potential bugs (both true, not sure if both can be solved at Dgraph side)
1 - When using master, ratel thinks I'm using an old version.
2 - Got "Unsupported Content-Type".
What version of Dgraph are you using?
Master
Have you tried reproducing the issue with the latest release?
yes
What is the hardware spec (RAM, OS)?
Darwin 32GB
Steps to reproduce the issue (command/config used to run Dgraph).
- Build Dgraph from master or any PR.
- Start Dgraph's cluster built from master and run Ratel.
- Connect Ratel to http://localhost:8080
- Now open the console (F12)
You might see in some moment an error like:
Login Failed http://localhost:8080 Error: Pre v1.1 clients do not support Login methods
Also several errors like:
serverAclState error t: Unsupported Content-Type. Supported content types are application/json, application/graphql+-
This is a normal health endpoint
And this is the one from master/PR builds.
Expected behaviour and actual result.
That it should work with master builds.
dihmeetree
Metadata
Metadata
Assignees
Labels
Check if resolvedarea/usabilityIssues with usability and error messagesIssues with usability and error messagesexp/beginnerSomething most people could solve.Something most people could solve.status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.



