white-advantage-37945
08/10/2022, 12:42 PM{
"id": "ui:selfservice",
"upstream": {
"preserve_host": true,
"url": "<http://selfservice-ui-kratos-selfservice-ui-node.default.svc.cluster.local>",
},
"match": {
"url": "<http://engine.showcase.app.test/><.*>",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
},
"authenticators": [
{
"handler": "noop"
}
],
"mutators": [
{
"handler": "noop"
}
],
"authorizer": {
"handler": "allow"
},
"errors": [
{
"handler": "noop"
}
]
}
When I visit *http://engine.showcase.app.test/login* I get a 404.
Specifically, the log says:
Requested url does not match any rule
Any idea why?numerous-umbrella-61726
08/10/2022, 2:40 PMwhite-advantage-37945
08/11/2022, 12:38 PM