mucklet / mucklet-client

Web client for Mucklet.com, a textual world of roleplay.
Apache License 2.0
5 stars 8 forks source link

Can't authenticate to test realm from localhost #269

Closed ItsAKelmi closed 3 months ago

ItsAKelmi commented 4 months ago

Not sure when this started, but trying to authenticate into a local dev environment for the client with the method in the Quick Start in README.md seems to now fail due to an origin check somewhere on the server side.

image

The websocket connection dies with: {"error":{"code":"auth.unsafeOrigin","message":"Not allow from unsafe origin."},"id":2}

ItsAKelmi commented 3 months ago

@anisus Just checking in. Is this something that is likely to get resolved in the near future?

anisus commented 3 months ago

Sorry for the radio silence, @ItsAKelmi ! I am trying to get back on things now. I went in and fixed the configuration, so you should be able to connect from localhost now. I will close this once confirmed that it is working for you as well.

ItsAKelmi commented 3 months ago

Seems to be working now. Thank you!