Hello,
I am facing issue mentioned in this post even after upgrading to latest 18.12.1 version. Following are the details
{
"atuin": {
"version": "18.12.1",
"commit": "",
"sync": {
"cloud": true,
"records": true,
"auto_sync": true,
"last_sync": "2026-03-02 2:18:52.248398 +00:00:00"
},
"sqlite_version": "3.46.0"
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Darwin",
"arch": "arm64",
"version": "26.3",
"disks": [
{
"name": "Macintosh HD",
"filesystem": "apfs"
},
{
"name": "Macintosh HD",
"filesystem": "apfs"
}
]
}
}
The error message is as below
atuin status
Error: There was an error with the atuin sync service: Status 404.
If the problem persists, contact the host
Location:
/private/tmp/atuin-20260211-8577-cdgx38/atuin-server-18.12.1/crates/atuin-client/src/api_client.rs:189:9
atuin sync is working fine just like it is mentioned in the other post
I searched some PRs and thought this was fixed but it seems the issue still persists.
Any help would be appreciated
Thanks