Opened 7 weeks ago
Last modified 7 weeks ago
#52708 new defect (bug)
Loopback requests do not work on the local development environment
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Within the local development environment, loopback requests do not work because localhost:8889
does not resolve. This means the following are broken:
- WP-Cron event spawning
- Theme editor
- Plugin editor
- Multisite network upgrades
The error can be seen on the Site Health screen, by attempting to edit a PHP file with the theme or plugin editor, or by running npm run env:cli cron test
. The error is:
cURL error 7: Failed to connect to localhost port 8889: Connection refused
Change History (1)
Note: See
TracTickets for help on using
tickets.