EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

[Bug]: "CORS Error While Creating Account Locally - Is CORS Configured on Backend? #308

Closed munyanezaarmel closed 3 weeks ago

munyanezaarmel commented 1 month ago

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 Image

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

munyanezaarmel commented 1 month ago

@dmohns

dmohns commented 4 weeks ago

This should be fixed in the latest release: https://github.com/EnAccess/micropowermanager/releases/tag/v0.0.2

@munyanezaarmel can you check and close this issue, if fixed?