In View::addModules()[1] if the current action has no custom module styles it wants loaded, Flow will default to a list of modules to load, including the ext.flow.mediawiki.ui.text module.
However, the ext.flow.mediawiki.ui.text module was removed in rEFLW326905e4420c: Use '.text-overflow()' mixin from 'mediawiki.mixins' by @Volker_E , writing
Use '.text-overflow()' mixin from 'mediawiki.mixins'
And remove Flow's own mixin and related module, which hasn't been in use any more.
Either the calling code should be updated to stop trying to load it, or the module should be restored - I assume since there have been no complaints about missing styles that it doesn't need to be restored?
Also, why is there error reported for this? ResourceLoaderClientHtml just silently ignores trying to add modules that don't exist.