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
Check out the latest commit (870dafb0623647112d65c9611bc6d0100d2af740) from v2.0.2 branch.
Run docker compose up -d in repo root.
ruuter container will fail with the following:
2024-12-02 13:22:58 Caused by: ee.buerokratt.ruuter.helper.exception.InvalidDslException: Encountered error, when loading DSL: /DSL/GET/.guard. while parsing a flow sequence
2024-12-02 13:22:58 in 'reader', line 12, column 10:
2024-12-02 13:22:58 url: [#TRAINING_RESQL]/use-nonce
2024-12-02 13:22:58 ^
2024-12-02 13:22:58 expected ',' or ']', but got :
2024-12-02 13:22:58 in 'reader', line 14, column 20:
2024-12-02 13:22:58 updated_nonce: ${incoming.headers['x-ruuter-n ...
2024-12-02 13:22:58 ^
2024-12-02 13:22:58
2024-12-02 13:22:58 at [Source: (File); line: 14, column: 21]
The reason is that since this change in the DSL/Ruuter.private/GET/.guard file, the YAML is invalid. Quotation marks are missing, correct would be e.g.:
Bug description:
Steps:
870dafb0623647112d65c9611bc6d0100d2af740
) fromv2.0.2
branch.docker compose up -d
in repo root.ruuter
container will fail with the following:The reason is that since this change in the
DSL/Ruuter.private/GET/.guard
file, the YAML is invalid. Quotation marks are missing, correct would be e.g.:Expected behavior:
Docker compose should work.
The text was updated successfully, but these errors were encountered: