Uncaught server error: java.lang.RuntimeException: Unable to resolve auth flow binding override for: browser

I am trying to import my exported realm configuration in a new keycloak instance, but I am getting this error:

Uncaught server error: java.lang.RuntimeException: Unable to resolve auth flow binding override for: browser

What could cause this error? Why there is a binding error? First thing I can think of is that we have a custom flow for the browser and we a custom authenticator but the two setups are identical and have the same .jars files.

Is the import API reliable at all? I saw a lot of people complaining about it.

UPDATE:

Ok, looks like I have found the cause, sorry for the trouble

Hi! What was the cause of the issue? I am running into the same problem trying to import a realm.

@oedam Can you share how you resolved the issue during import? facing same.

I had the same issue, could solve it by changing the “browser” value in the client-export json with the ID from an export from the new realm where you have to search for “browser based authentication”, two rows up you have the ID you are looking for.