Okay, this was coming from the option "fiber" from sassOptions in the next.config.js file:
sassOptions: { fiber: false, }
This was there to remove an old bug that is not longer there. I just deleted it and then it was good.