I have issues with Avo Dashboard Error on Render Deployment

Hey everyone, I need some help with an issue on my Rails app deployed on Render.

Whenever I try to access the Avo dashboard, I get the following error in the Render logs:

pgsql

[Avo->]  Failed to clear Avo HQ response: PG::UndefinedTable: ERROR:  relation "solid_cache_entries" does not exist
LINE 10:  WHERE a.attrelid = '"solid_cache_entries"'::regclass.

It seems like the table is missing, but I’m not sure how to resolve this. Has anyone encountered this before or has any insights on how to fix it? Any help would be greatly appreciated.

Thanks in advance!