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

Run/Debug Configurations - cannot connect to localhost #144

Open
CanOfBees opened this issue Jan 17, 2021 · 2 comments
Open

Run/Debug Configurations - cannot connect to localhost #144

CanOfBees opened this issue Jan 17, 2021 · 2 comments

Comments

@CanOfBees
Copy link
Contributor

Hi @rhdunn -

Hope you're well. I've run into a small issue with the Run/Debug Configuration for a server instance of BaseX. It seems that localhost:8984 is no longer a valid entry. I know I've used this before, but I confess that it's been some time since I've looked at these settings. Am I doing something wrong here, has something changed, or is this a bug?

To be clear, previously I'm pretty sure that I used settings as follows:
Hostname/IP: localhost:8984
Database port: 1984
Username: whatever
Password: 1234

Thanks!

@rhdunn
Copy link
Owner

rhdunn commented Jan 17, 2021

Hostname/IP should just be localhost (or 127.0.0.1) as you are connecting to the server (localhost:1984) not the web server.

Keep this open and I'll look at adding validation to the field.

@CanOfBees
Copy link
Contributor Author

Okay, that's fine (and it works as expected, naturally!). I'm sorry for the noise - I would have sworn on a stack of specifications that I had previously configured it with the port number, but I am almost certainly misremembering lots of details.

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants