From 941641ae7ac6efc51d29dc1e368f50506c12221a Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 22 Apr 2021 14:06:31 +0200 Subject: [PATCH] fix account redirects to static next assets --- docker/kratos/oathkeeper/access-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/kratos/oathkeeper/access-rules.yml b/docker/kratos/oathkeeper/access-rules.yml index 020b6a27..46063c6b 100644 --- a/docker/kratos/oathkeeper/access-rules.yml +++ b/docker/kratos/oathkeeper/access-rules.yml @@ -23,7 +23,7 @@ preserve_host: true url: "http://dashboard:3000" match: - url: "http://oathkeeper:4455/<{_next/*,auth/*,recovery,verify,error,favicon.ico}{/,}>" + url: "http://oathkeeper:4455/<{_next/**,auth/*,recovery,verify,error,favicon.ico}{/,}>" methods: - GET authenticators: