this post was submitted on 02 Jun 2024
5 points (77.8% liked)
Photon
1052 readers
4 users here now
Photon for Lemmy
A client for the fediverse that is fast, modern, and intuitive.
This community is a place to ask questions, report bugs, check on the latest updates, or share your experiences with Photon!
You can contact me at @Xylight@lemdro.id.
Links
Rules
- Posts must be related to Photon (in any way)
- Don't be mean
- If your post is a bug report, please preface the title with
[solved]if it's been fixed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On my Homeserver runs an NGINX Proxy Manager. There is HTTPS activated. The proxy use HTTP to connect to the local Docker Container.
Internet --> NGINX Proxy Manager --> local Docker Container
The Instance discuss.tchncs.de is not mine, but I have set the enviroment "PUBLIC_INSTANCE_URL=discuss.tchncs.de".
The errors are paste here
Errors are definitely indicating CORS is the issue. Specifically, that the
Access-Control-Allow-Originheader is missing:Grund: CORS-Kopfzeile 'Access-Control-Allow-Origin' fehlt). Statuscode: 503.Are you perhaps (accidentally) stripping out that header in your NPM config? Or do you have a browser extension that might be doing so?