[x] I agree to follow the Code of Conduct that this project adheres to.
[x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Expected Behavior
When creating an account locally, I expect the request to be processed without triggering a CORS error. The frontend should successfully communicate with the backend, allowing account creation to proceed smoothly, with the appropriate response being returned from the server
Actual Behavior
I am encountering a CORS error when trying to create an account locally. I wanted to confirm whether CORS has been properly set up on the backend
Steps to reproduce
If the issue is that CORS is not configured in the backend, it's not my problem. Please assign this issue to me so I can fix it
Preflight Checklist
Expected Behavior
When creating an account locally, I expect the request to be processed without triggering a CORS error. The frontend should successfully communicate with the backend, allowing account creation to proceed smoothly, with the appropriate response being returned from the server
Actual Behavior
I am encountering a CORS error when trying to create an account locally. I wanted to confirm whether CORS has been properly set up on the backend
Steps to reproduce
If the issue is that CORS is not configured in the backend, it's not my problem. Please assign this issue to me so I can fix it
What operating system(s) are you using?
Ubuntu
Additional Information
No response