🇫🇷France is.manu
is.manu → created an issue. See original summary → .
🇫🇷France is.manu
Hi, i got the same issue but here more explain:
The bug is not on the path "/user/*".
The but is on the "Content Type" and the option: "Content>Node From URL" ("@node.node_route_context:node").
If your are on a system page the context "@node.node_route_context:node" failed (for sure) and trigger the try/catch in
theme_switcher/src/Theme/ThemeSwitcherNegotiator.php on line 100 and the command "return false;" stop everything.
That explain that the #5 works as a workarround.
We can replace "return false;" by "continue;" for fix that.