kscalelabs / store

K-Scale Labs store
https://kscale.store
MIT License
29 stars 28 forks source link

Fix prod sign out #180

Closed codekansas closed 1 month ago

codekansas commented 1 month ago

For some reason, there is a bug in prod signout which makes the database not delete the API key

chennisden commented 1 month ago

The underlying cause is the same as #168. The call to the logout route is not succeeding. This is likely due to some bug in whatever you configured for AWS, most likely some cross-origin stuff.

codekansas commented 1 month ago

done