-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
If you suspect this could be a bug, follow the template.
- What version of Dgraph are you using?
1.0.2
- Have you tried reproducing the issue with latest release?
Yes
- What is the hardware spec (RAM, OS)?
N/A
- Steps to reproduce the issue (command/config used to run Dgraph).
- Change the database URL and use a trailing slash (e.g., http://localhost:8080/)
- Check the console and you'll see requests to ...//health?debug=true (e.g., http://localhost:8080//health?debug=true) that fail due to CORS; the result is the UI says it can't connect.
- Change the database URL w/o the trailing slash (e.g., http://localhost:8080)
- Everything should work fine.
- Expected behaviour and actual result.
The UI should handle the URL with or without the trailing slash.
Metadata
Metadata
Assignees
Labels
kind/bugSomething is broken.Something is broken.