Axe tool is able to correctly find color contrast errors without errors
Error happens on finding color contrast issues

Accessibility score is being calculated properly without the errors
Related issues
It only happens on mobile audit, desktop works fine. Tried to debug from webpage side and it happens on sidenav (document.querySelector('[class$=-nav-container]')) when there are too many icons/SVGs. Seems very cryptic, as removing random two of the icons seem to fix the problem.
Is it possible to find logs of those errors? I coulnd't find any
Thanks for filing @benNek!
I'm not able to reproduce axe providing color contrast results on the mobile webpage.

Would you be willing to share this URL with the axe-core project for them to fix?
Sure thing @patrickhulce -> https://github.com/dequelabs/axe-core/issues/2674
I am having the same issue on https://www.rome2rio.com/s/Mumbai/Delhi (run via web.dev):

When running locally I can consistently reproduce the issue and I notice if I remove a overflow-x: scroll style attribute from two sections (Things to do, Places to stay) then the error goes away and I get this result (run locally from Chrome):

@jason-r2r that appears to be a different axe issue. Filed https://github.com/dequelabs/axe-core/issues/2681 with that information.
this will be fixing in v7
dupe #10644