Ok, I narrowed it down
When you call
const DynamicRouterModService = container.resolve("DynamicRouterModService");
in postDBLoad(container) - it does cause the issue above.
3 possible outcomes.
1) I need to switch all functions that is related to that variable into PreAki load or PostAki load (If applicable and possible - if not, look at point 3)
2) I need to be called skill issue that I used postDB inappropriately and move back to PostAki(Or pre Aki) load like it was in 3.0.0 (before PostDBLoad was made) (to clarify, 1st outcome is only function, and 2nd is whole block)
3) This is an actual bug and should be fixed, like no way just resolving something like that should break EFTs sorting system, idk.
Be advised, I haven't checked every single resolve variable in SVM, i just stumbled into this one and went straight reporting it.
So in the end - i'll wait till someone confirm that is a bug or skill issue before i'll start doing any changes.