this post was submitted on 02 Jun 2024
5 points (77.8% liked)
Photon
860 readers
4 users here now
Photon for Lemmy
A client for the fediverse designed to be intuitive, fast, and sleek.
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.
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
Errors are definitely indicating CORS is the issue. Specifically, that the
Access-Control-Allow-Origin
header 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?