hitsave-io / xyz

Monorepo for HitSave
1 stars 0 forks source link

bug: access control bug in sign-up flow #131

Open seabo opened 1 year ago

seabo commented 1 year ago

When you try to sign up via the CLI, the web page needs to send a fetch request to the miniserver at 127.0.0.1, but that's failing at the moment. The browser refuses to do the request because of missing CORS headers on the original pageload.