Unable to change characters in any part of the website

Expected behavior: Character should swap and page should refresh.
Actual behavior: Nothing happens.

Attempting to click on the element produces no behavior.

Setting $0 in the browser console to the relevant div.selectable-character and invoking $0.click() also does not work, but allowed me to analyze some results.

This was the response I got for trying to swap to one of my other characters. I don’t know why its trying to request the character I’m on right now, or what voodoo you have going on behind the scenes to know if this is expected behavior or not.

{
    "jqXHR": {
        "readyState": 4,
        "responseText": "{\"errors\":[\"The requested URL or resource could not be found.\"],\"error_type\":\"not_found\"}",
        "responseJSON": {
            "errors": [
                "The requested URL or resource could not be found."
            ],
            "error_type": "not_found"
        },
        "status": 404,
        "statusText": "error",
        "jqTextStatus": "error",
        "requestedUrl": "/en/wow/u/majôrâ-darrowmere/characters/select"
    },
    "textStatus": "error",
    "errorThrown": ""
}

Looking further into the request shows x-discourse-username: Majôrâ-darrowmere
This leads me to believe the bug may have something to do with special characters.

My main (the character I am attempting to swap to) does not have any special characters in their name, however, I could swap to this character no problem a few days ago.

How did this get posted here? It was in the context of that forum

It’s a known issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.