You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the FlyWP helper plugin (installed on the WordPress site), navigating to the Email tab and clicking the SMTP Configuration link redirects the user to an invalid URL (http://app.flywp.com/email).
Because the /email route does not exist on the main FlyWP dashboard application, it results in a generic 404 Not Found error page. This breaks the user journey and prevents them from easily accessing their email delivery settings.
Steps to Reproduce
Log in to the WordPress admin dashboard of a site managed by FlyWP.
Navigate to the FlyWP plugin settings.
Click on the Email tab.
Click the SMTP Configuration link (located at the top right of the Email Settings card).
Observe: A new browser tab opens, directing to http://app.flywp.com/email.
Observe: The FlyWP application returns a 404 Not Found page.
Expected Behavior ✅
The "SMTP Configuration" link should redirect the user to the exact SMTP settings page for their specific site within the FlyWP dashboard. Expected URL Format:https://app.flywp.com/site/{site_id}/email (or the equivalent active route for site-level SMTP config).
Actual Behavior ❌
The link points to a hardcoded, non-existent path (/email), resulting in a 404 error.
Screenshots & Logs
Plugin UI: Shows the "SMTP Configuration" button linking out.
Resulting Page: Shows the standard FlyWP "404 Not Found" view.
Describe the Bug 🐞
In the FlyWP helper plugin (installed on the WordPress site), navigating to the Email tab and clicking the SMTP Configuration link redirects the user to an invalid URL (
http://app.flywp.com/email).Because the
/emailroute does not exist on the main FlyWP dashboard application, it results in a generic404 Not Founderror page. This breaks the user journey and prevents them from easily accessing their email delivery settings.Steps to Reproduce
http://app.flywp.com/email.404 Not Foundpage.Expected Behavior ✅
The "SMTP Configuration" link should redirect the user to the exact SMTP settings page for their specific site within the FlyWP dashboard.
Expected URL Format:
https://app.flywp.com/site/{site_id}/email(or the equivalent active route for site-level SMTP config).Actual Behavior ❌
The link points to a hardcoded, non-existent path (
/email), resulting in a 404 error.Screenshots & Logs
561988884-c7e36a85-9fb2-4007-b79a-b8a3c0def495.mov
Environment