Skip to content
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

Failed to uploads files to my self-hosted standard notes server #1006

Open
frank-stonybrook opened this issue Dec 22, 2023 · 1 comment
Open
Assignees

Comments

@frank-stonybrook
Copy link

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:

Screenshot

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!

@karolsojko
Copy link
Member

karolsojko commented Dec 27, 2023

Looking at the ...due to access control checks seems like an nginx configuration issue with CORS?

Maybe this could help: https://stackoverflow.com/a/35553666

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

2 participants