tablelandnetwork / site-tableland

The Tableland homepage
https://tableland.xyz
MIT License
3 stars 1 forks source link

Studio Registration error #167

Closed jtmuller5 closed 10 months ago

jtmuller5 commented 10 months ago

I am unable to sign in to the Studio after connecting my wallet:

image

joewagner commented 10 months ago

Hey @jtmuller5 thanks for the report. We are looking into the issue now. When did this happen?

jtmuller5 commented 10 months ago

Just now. I learned about Tableland through a hackathon and wanted to give it a try.

joewagner commented 10 months ago

Can you try to create an account again? if it fails it would be great to know some details:

Thank you again for the report!

joewagner commented 10 months ago

I was able to reproduce the issue, no need to retry. We will work on fixing asap.

jtmuller5 commented 10 months ago

Awesome!

Here was the error from my browser console:

[
    {
        "error": {
            "json": {
                "message": "BATCH_ERROR: This operation was aborted",
                "code": -32603,
                "data": {
                    "code": "INTERNAL_SERVER_ERROR",
                    "httpStatus": 500,
                    "path": "auth.register",
                    "zodError": null
                }
            }
        }
    }
]
joewagner commented 10 months ago

@jtmuller5 We found the issue, and deployed a fix. Your account should exist, can you try to login again now?

jtmuller5 commented 10 months ago

Thank you, I am logged in now ✅