You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason this extension breaks all usage of the Alkami software, which is used by tons of banks and credit unions. For some reason after login it redirects people to api/v1/instance despite Alkami not existing. I don't know why it redirects to that endpoint either, as that just seems weird.
The text was updated successfully, but these errors were encountered:
From what I can see more than just Alkami software is affected. The login on login.ionos.de, also breaks.
My assumption is that the extra request on every load of any page breaks the login flow on the server side.
With some tinkering and "remembering" if a website is a mastodon instance or not this could be avoided and we could save unneeded requests to actual instances too.
For some reason this extension breaks all usage of the Alkami software, which is used by tons of banks and credit unions. For some reason after login it redirects people to
api/v1/instance
despite Alkami not existing. I don't know why it redirects to that endpoint either, as that just seems weird.The text was updated successfully, but these errors were encountered: