ubank
ubank copied to clipboard
Cannot enrol a new device: `POST` to `/app/v1/welcome` endpoint no longer works
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 :)