You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 register
Registering for an Atuin Sync account
Please enter username: jason
Please enter email: [email protected]
Please enter password:
Error: There was an error with the atuin sync service: Status 404.
If the problem persists, contact the host
Location:
/Users/runner/work/atuin/atuin/crates/atuin-client/src/api_client.rs:162:9
axelson
changed the title
[Bug]: Unexpectedly getting a 404 when logging in
[Bug]: Unexpectedly getting a 404 when registering
Nov 23, 2024
axelson
changed the title
[Bug]: Unexpectedly getting a 404 when registering
[Bug]: Unexpectedly getting a 404 when registering to my server
Nov 23, 2024
That told me "The address of the server to sync with!" and gave the example of sync_address = "https://api.atuin.sh"
So I set my local server in my ~/.config/atuin/config.toml as sync_address = "http://192.168.1.2"
However then when I run atuin register I get the 404 mentioned above
In troubleshooting this I tried setting sync_address = "http://192.168.1.2:8888" and then registering and syncing worked
The default port is incorrect/doesn't match between server and client (it's not clear what default port my client is using)
But after using strace it appears that the default client port is actually 80, not 8888
Additionally I think it would be helpful if:
The register/login commands contacted the server to verify that it is a compatible atuin server before taking user input
The register command printed out the server that you're registering to
I want to use my own server and I wasn't sure if i had configured the sync_address correctly and from the console output it wasn't clear if I was connecting to my server or the default server
The 404 error message included the hostname, 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
The text was updated successfully, but these errors were encountered: