Infinite loading on home screen

I currently use Metabase version 0.45.3. I'm trying to update in a test environment from version 0.46.1 to 0.46.3 and it happens that the last dashboards or questions that the user accessed do not appear on the initial screen, loading infinite, it does not load. See the data of my environment:

{
"browser-info": {
"language": "pt-BR",
"platform": "Linux x86_64",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
"vendor": "Google Inc."
}
}

image

My database is a MySQL.

I’m guessing you’re hitting /recent_views endpoint query uses non-indexed fields · Issue #27216 · metabase/metabase · GitHub

Backup and truncate your view_log and/or query execution tables

Hi,
I needed to recreate a new database from the Metabase MySQl database, which solved the problem. Even putting the password on the existing connection didn't work, so I created a new connection.

Tks.

we fixed this issue on 46.4