I'm running into an issue where my Server Connect action executes perfectly when tested inside Wappler, but it fails when triggered from the live page. The browser console doesn't show any obvious errors, and the API response appears to be empty.
I've checked the database connection and server logs, but I haven't been able to identify the root cause. Has anyone experienced this behavior before? Any suggestions on where I should start troubleshooting would be greatly appreciated.
When something works perfectly in Wappler’s Test panel but fails on the live page, it usually means Wappler is bypassing something in your hosting environment like authentication, routing, CORS, environment variables, proxy rules, or server‑level restrictions.
To actually diagnose it, we’ll need a bit more detail. The most useful things you can provide are:
The Network tab result for the failing request (status code + response body)
Whether you're running Node or PHP
Any server logs you’ve checked
The exact API URL your page is calling
Whether Cloudflare, Nginx, Apache, Traefik, or another proxy/CDN is involved
Whether the action depends on sessions, security provider, or environment variables
Without that information, we’re guessing in the dark, and the cause is almost always hidden in one of those areas.