Fork me on GitHub
#duct
<
2022-05-18
>
rickmoynihan09:05:31

@megasd21 It’s been a while since I’ve done this sort of thing, but I’d take a look at how modules load and are expanded and assemble a minimal test case at that level. Also IIRC you can look at the various expansions in the config and prepped and system etc

dmegas09:05:10

Thank you very much for the tips @U06HHF230,that should give me some direction for further investigation

rickmoynihan09:05:37

stuff like duct.core/prep-config duct.core/merge-configs duct.core/fold-modules etc

dmegas15:05:29

It must be due to modules being applied to the config map after profiles. I ended up creating a module of my own to exclude the offending middleware from the middleware vector.