Syncing is not available behind an authenticated proxy #2551
Replies: 8 comments
-
Hey Conrad, does this only happen via the desktop app, or the web app as well? |
Beta Was this translation helpful? Give feedback.
-
Hi Mo, it's only on the desktop app. |
Beta Was this translation helpful? Give feedback.
-
This issue has come up previously once in the past, and unfortunately the solution requires a lot of manual intervention in the code. I can't really promise when I can get to this, but I'll keep a close eye on it. |
Beta Was this translation helpful? Give feedback.
-
I am running into this problem too, is there now any way to use the desktop app behind a proxy? |
Beta Was this translation helpful? Give feedback.
-
Not that I know of currently.. |
Beta Was this translation helpful? Give feedback.
-
I'm running into this, too. I once added proxy support for the Astro CLI here, using import {
bootstrap as bootstrapGlobalAgent
} from 'global-agent';
bootstrapGlobalAgent({
environmentVariableNamespace: '',
}); That should set it up to read the I just found Standard Notes, so I'm not sure if I'll end up using it yet, but if it seems nice I could try a PR real quick to see if it actually ends up that easy to fix. |
Beta Was this translation helpful? Give feedback.
-
Hi @zicklag, the app repo is here if you’d like to try submitting a PR! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to reach the sync servers because I work behind an authenticated proxy. Please consider adding support for this type of environment.
Beta Was this translation helpful? Give feedback.
All reactions