In my case I was importing
import Image from 'next/legacy/image';
instead of
import Image from 'next/image';