Most likely your website is client-side rendered using javascript (like a React app). When google's automatic crawler looks at your page, all it sees is a blank <div id="root></div> before hydration.
Reply to google's email saying your app is client-side rendered. Usually when they get a reply they check manually, hopefully it will get solved.