Skip to content

Sync of new CLients successfully, but no data #2252

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

Open
markusglaetzner opened this issue Jun 10, 2025 · 5 comments
Open

Sync of new CLients successfully, but no data #2252

markusglaetzner opened this issue Jun 10, 2025 · 5 comments

Comments

@markusglaetzner
Copy link

Description

When I setup new Clients (I tried with Linux Mint, Windows 11 and MacOS!!!) with option "I have a server..." (server is setup as docker) after input of server address and password I get the message "Sync has been correctly set up. It will take some time for the initial sync to finish. Once it's done, you'll be redirected to the login page.", but this message keeps without syncing data from existing server. No further infos in log.

TriliumNext Version

0.94.1

What operating system are you using?

macOS

What is your setup?

Local + server sync

Operating System Version

macOS Sequoia 15.5

Error logs

No error

@markusglaetzner
Copy link
Author

It seems that the "" at the end of the server url was the problem. Without it, it works, but then, trilium is absolutely lame and slow on macOS. It takes 10-15 seconds to open a new document (yes, every documents are already loaded from the server). It is not possible to work with trilium on macOS with this lame-issue.

@perfectra1n
Copy link
Member

perfectra1n commented Jun 10, 2025

So you had a spare quote "" at the end of the server URL when setting up the initial sync, and that caused the issue?

Also that's interesting that you have the slowness on MacOS, as I have a MBP 16" on an M1 Pro, and it's pretty darn fast. Please make sure you're using the -arm64 if you're using an M-based chip - as otherwise the program will have to run through the Rosetta 2 translation layer for AMD64 -> ARM64, and becomes much slower.

Image

You can also install it from homebrew to quickly make sure you're using the right architecture for your device via:

brew install --cask triliumnext-notes

@eliandoran
Copy link
Contributor

trilium is absolutely lame and slow on macOS

What macOS device are you on?

@markusglaetzner
Copy link
Author

markusglaetzner commented Jun 11, 2025

I tried "https://servername/" instead of "https://servername", so the slash was the reason for the error.
And to my shame, I must confess that I installed " TriliumNextNotes-v0.94.1-macos-x64.dmg" instead of " TriliumNextNotes-v0.94.1-macos-arm64.dmg" on my MacOS M1. Now with arm64-Installation everything worksfast and like a charme. Sorry for this miskate and thanks for your quick support :-)

@dosubot dosubot bot mentioned this issue Jun 12, 2025
@perfectra1n
Copy link
Member

perfectra1n commented Jun 12, 2025

Closed by #2281 - did we also want to lint for a trailing / in the sync server URL @eliandoran ?

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

No branches or pull requests

3 participants