ubank icon indicating copy to clipboard operation
ubank copied to clipboard

Cannot enrol a new device: `POST` to `/app/v1/welcome` endpoint no longer works

Open peter-kerr1 opened this issue 6 months ago • 9 comments

The POST request at the following line no longer works. The following response is given:

{
    "dialog": {
        "type": "Simple",
        "data": {
            "type": "error",
            "message": "Please update your app"
        },
        "buttons": [
            {
                "type": "Default",
                "data": {
                    "text": "No",
                    "secondary": "True"
                }
            },
            {
                "type": "ToAppStore",
                "data": {
                    "text": "Update"
                }
            }
        ]
    },
    "message": "Please update the app to use this feature"
}

I tried changing app_version to 11.43.1 (the current app version as at 2024-08-07), but that didn't fix the problem.

Hoping this is just a simple fix, because this tool will make my life very convenient :)

peter-kerr1 avatar Aug 07 '24 04:08 peter-kerr1