@nick-b Fixed it! Method 3 in this link worked:
https://claude.ai/share/16e9b2a5-fa39-4a71-8a7e-26256353ec05
Sharing the full options because while Method 1 and 2 were already set for me (correct linking), others may experience those challenges.
Ultimately, you need to:
- Go to your app>public>wp-config.php file
- Add the below code before the /*That’s all! Stop editing comment
define('WP_HOME','http://yoursite.local');
define('WP_SITEURL','http://yoursite.local');