Bug: CORS error on Gitea API fetch from frontend #512
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The frontend makes direct requests to
http://143.198.27.163:3000/api/v1/. Because Gitea lacks CORS headers, this causes browser console errors. A proxy or configuration change is recommended.PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/513