I'm renaming the topic, since this is not a crash.
Axios This is only thing i could find dunno if it would cause the issue
Without context for those log lines, we can't know if that relates to your flatpaks or not. Try running one of your flatpaks with
flatpak run -vv appname
but substitute the name for "appname". You can get this from the application in the list of installed flatpaks. For instance, for FreeTube:
flatpak list | grep FreeTube
FreeTube io.freetubeapp.FreeTube 0.23.5 Beta stable flathub system
So the application name is io.freetubeapp.FreeTube and I would run
flatpak run -v io.freetubeapp.FreeTube
Run a flatpak that way and let us know the output.