Being redirected when trying to view site - have tried everything

Hi @rollacreative,

It looks like Local got confused on the import since there are two different WP table sets in the SQL file.

So, to fix the site after importing, I simply change $table_prefix in wp-config.php to wp_.

Then, I ran the search-replace command like so: wp search-replace "//annunciationdev.flywheelsites.com" "//dev-domain-here.dev"

After that, you may want to enable Dev Mode so you can see the domain changes.