mynixos / support

MyNixOS issues + user feedback
3 stars 0 forks source link

CORS configuration missing api.mynixos.com #12

Closed Elliot-Beaumont closed 2 weeks ago

Elliot-Beaumont commented 2 months ago

When attempting to update my username, a PUT and OPTIONS call is made to api.mynixos.com while I'm on mynixos.com. The result is that the CORS configuration blocks the request since the hosts do not match. Thus please add api.mynixos.com to the access-control-allow-origin section of the CORS configuration.

pveierland commented 2 weeks ago

Hi - I apologize for this being broken for so long! There was indeed a configuration issue of CORS for PUT specifically. This has now been fixed and should work as expected. Thank you for your report!