Switched to 4206 from 5025 just to test.
Seems issues with config loading are now fixed. That’s very good.
Found a bug. Modular controller method is running twice.
/modules/test/controllers/index.php
<?php
class Index extends Controller {
function index(){
print 'CALL'."<br>";
}
}prints
CALL
CALL