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 have successfully installed the standard notes docker containers and can verify both desktop app and web app can use my own server to sync notes. I had activated the offline plan, however when I tested the upload function, I got the following error on my web browser:
The masked part is my file server public address and matched the PUBLIC_FILES_SERVER_URL variable in the .env file.
I am using a nginx reverse proxy to listen on the 443 port of my public facing IP and redirect it to the 3125 port on my server which host the standard note container.
Can someone help me figure out where I might do wrong? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have successfully installed the standard notes docker containers and can verify both desktop app and web app can use my own server to sync notes. I had activated the offline plan, however when I tested the upload function, I got the following error on my web browser:
The masked part is my file server public address and matched the
PUBLIC_FILES_SERVER_URL
variable in the .env file.I am using a nginx reverse proxy to listen on the 443 port of my public facing IP and redirect it to the 3125 port on my server which host the standard note container.
Can someone help me figure out where I might do wrong? Thanks!
The text was updated successfully, but these errors were encountered: