I had this same issue, don't know how or why it got fixed but I made a script that I ran when it happened.

fixresolv.sh

#!/bin/bash

# If /run/resolvconf directory doesn't exit, create it
if...