Hi,
I just installed the latest docker image in my homelab which was working like a charm. Awesome tool.
When I installed it on my real world vps behind cloudflare I discovered that adding links is not working anymore. Because of CORS, I guess.
The message in my browser says
XMLHttpRequest cannot load http://mydomain/studio/linkparamform_part/1/0 due to access control checks.
while the server says
"GET /studio/js/bootstrap.min.js.map HTTP/1.1" 404 6609 "https://mydomain/studio/add-link" "client-identifier" 1410 6821
What can I do to add links again?
Hi,
I just installed the latest docker image in my homelab which was working like a charm. Awesome tool.
When I installed it on my real world vps behind cloudflare I discovered that adding links is not working anymore. Because of CORS, I guess.
The message in my browser says
XMLHttpRequest cannot load http://mydomain/studio/linkparamform_part/1/0 due to access control checks.while the server says
"GET /studio/js/bootstrap.min.js.map HTTP/1.1" 404 6609 "https://mydomain/studio/add-link" "client-identifier" 1410 6821What can I do to add links again?