When running a decoupled site against a multisite instance, a mismatched home / siteurl base path can cause severe issues, including REST API 404s. This basically makes WordPress inoperable.
Detect and document this issue. When present, loudly warn:
Additionally, improve the existing warning when home is not pointed to a decoupled frontend:
When running a decoupled site against a multisite instance, a mismatched
home
/siteurl
base path can cause severe issues, including REST API404
s. This basically makes WordPress inoperable.Detect and document this issue. When present, loudly warn:
Additionally, improve the existing warning when
home
is not pointed to a decoupled frontend: