Skip to content

fix: correct FlyWP API endpoint to resolve 404s on site-api requests - #25

Merged
itsrafsanjani merged 1 commit into
flywp:developfrom
ma-04:fix/site-api-endpoint-404
Aug 24, 2026
Merged

fix: correct FlyWP API endpoint to resolve 404s on site-api requests#25
itsrafsanjani merged 1 commit into
flywp:developfrom
ma-04:fix/site-api-endpoint-404

Conversation

@ma-04

@ma-04 ma-04 commented Aug 23, 2026

Copy link
Copy Markdown
Member

flywp-app's routes/api.php is registered without an /api prefix, so outbound calls (update sync, cache toggling, site info) to https://app.flywp.com/api/site-api/* were 404ing. Point the plugin at the live /site-api/* path instead.

flywp-app's routes/api.php is registered without an /api prefix, so
outbound calls (update sync, cache toggling, site info) to
https://app.flywp.com/api/site-api/* were 404ing. Point the plugin at
the live /site-api/* path instead.
@itsrafsanjani
itsrafsanjani merged commit 337470c into flywp:develop Aug 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 404 Not Found on helper-to-panel site-api routes due to URL prefix mismatch #2199

2 participants