Skip to content

Commit

Permalink
docs: more specific wording
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddseL committed Dec 20, 2024
1 parent 133c5fb commit df0f7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Quarkus indicates those with an error message on startup like this:
2024-12-20 10:08:44,484 ERROR [io.qua.oid.dep.dev.key.KeycloakDevServicesProcessor] (build-57) Realm realm.dev.json resource can not be opened: Unrecognized field "firstBrokerLoginFlow" (class org.keycloak.representations.idm.RealmRepresentation), not marked as ignorable [...]
```

To fix this, remove the unrecognized fields from the exported [realm.json](../../../authority-portal-quarkus/src/main/resources/realm.json) file.
To fix this, delete the lines with unrecognized fields from the exported [realm.json](../../../authority-portal-quarkus/src/main/resources/realm.json) file.

### Why do we need this script?

Expand Down

0 comments on commit df0f7d9

Please sign in to comment.