-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FIX] Files/folders not uploading from Desktop app #839
Comments
hey @samteezy. What are you seeing in the backend when you click save on the desktop application? You should typically see some log lines indicating that a new indexing job is started. Potentially there may be a rate limit being applied to your uploads. You can check the developer console on your desktop application to see what the network response is to the content indexing API. |
Same problem, I am using pip to install khoj. |
@saccohuo , which server URL are you using? |
Same problem here on MacOS. The desktop app v1.33.1 connects to the on http://localhost:42110, but the files are not uploaded to my self-hosted server v1.36.5. My server run in @sabaimran, here is the log of my docker compose container
|
Describe the bug
Files and folders don't seem to be uploading from the desktop app.
To Reproduce
Screenshots
Platform
If self-hosted
Server and desktop are running both 1.15 versions
Additional context
Not really sure what to look for in the server logs or if I can get any sort of debug log from the appimage.
The text was updated successfully, but these errors were encountered: