Issues running after updating to Erlang 1.26

I have accidentally updated my Erlang since it bumped to 1.26 two weeks ago on Arch Linux.
After the update, the ssl_verify_fun module is not able to be build anymore due to not being able to find
anything in the public_key include directory. I also had issues with the Pleroma.TaskRunner not being able to startup due to enumerating on null values while configuring the logger.

I have downgraded erlang and elixir for now. I will provide logs later on when i have time to replicate it.