Hey there guys.
I’m having a little trouble with the local app. More specifically - getting a site I have pulled from Flywheel to run in Local using Mac OS
I have tried the following-
I have made a new Wordpress site in local - that process runs fine, I can create and view a new site.
I used Local controls to pull the site to Local.
I have checked in ADMINER and data has been populated in the local DB
When trying to view the site on Local, I get an error.
I have tried stopping and starting the site.
The error that appears is
403 Forbidden
nginx
I have checked the local logs
Local-by-flywheel.log————
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/stopSite] Stopping site: running mydumper
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/stopSite] Stopping site: stopping container 47a120eff2d9a713ae53fd3909849fc7a79c4506300c9404cafe02cf174e8087
Feb 18, 2019, 8:00 AM GMT+10:30 - warn: [main/waitForMySQL] waitForMySQL Response:
{ stdout: '', stderr: '' }
Feb 18, 2019, 8:00 AM GMT+10:30 - warn: [main/SiteModel] wpInstalled not returning "installed"
{ message: '',
stack:
'Error\n at /Applications/Local by Flywheel.app/Contents/Resources/app.asar/main/actions-sites/wait-for-mysql.js:1:2853\n at Generator.next (<anonymous>)\n at _0x5bab70 (/Applications/Local by Flywheel.app/Contents/Resources/app.asar/main/actions-sites/wait-for-mysql.js:1:1645)\n at /Applications/Local by Flywheel.app/Contents/Resources/app.asar/main/actions-sites/wait-for-mysql.js:1:1904\n at process._tickCallback (internal/process/next_tick.js:68:7)' }
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] getRouterContainers()
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] teardown()
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] Removing router container fe76f56fdfdedc47ba171ea4db2dbc9e5da5a5aa7d7ec035d2f69f153aeec9ca
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] updateProxyManager()
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] runContainer()
Feb 18, 2019, 8:00 AM GMT+10:30 - info: [main/docker-router] reconnectNetwork()
Feb 18, 2019, 8:00 AM GMT+10:30 - warn: [main/SiteModel] wpInstalled not returning "installed"
{ stdout: '',
stderr:
'Error: This does not seem to be a WordPress install.\nPass --path=`path/to/wordpress` or run `wp core download`.' }
Any suggestions for getting this to work?