Open axelson opened 4 days ago
I've tracked this down. The issue is related to configuration. Specifically:
8888
sync_address = "https://api.atuin.sh"
~/.config/atuin/config.toml
as sync_address = "http://192.168.1.2"
atuin register
I get the 404 mentioned abovesync_address = "http://192.168.1.2:8888"
and then registering and syncing workedSo I think the bug is either:
strace
it appears that the default client port is actually 80
, not 8888
Additionally I think it would be helpful if:
register/login
commands contacted the server to verify that it is a compatible atuin server before taking user inputregister
command printed out the server that you're registering to
sync_address
correctly and from the console output it wasn't clear if I was connecting to my server or the default serverhostname
, port
and path
that 404'd
What did you expect to happen?
I expected that after setting the IP address of my server where atuin is running that I would be able to login and register from my clients.
What happened?
Atuin doctor output