xquery-intellij-plugin
xquery-intellij-plugin copied to clipboard
Run/Debug Configurations - cannot connect to `localhost`
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!
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.
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!