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
Deploy a WordPress site using the default WordPress Install Template on Dokploy.
Complete the deployment without modifying any isolation or network settings.
Visit WordPress Admin → Tools → Site Health.
You will find two major errors :
REST API is not working :
(http_request_failed) cURL error 28: Connection timed out after 10000 milliseconds
Loopback request failed :
cURL error 28: Connection timed out after 10000 milliseconds
Current vs. Expected behavior
Current Behavior:
After following the steps above, REST API endpoints fail to respond, and loopback requests timeout, breaking several WordPress features such as the Block Editor, scheduled cron jobs, and plugin/theme management.
Expected Behavior:
REST API endpoints and loopback requests should work immediately after a clean deployment without manual intervention, ensuring full functionality of WordPress.
Provide environment information
Operating System : Ubuntu 24.04.2 LTS x86_64
Dokploy : v0.21.8
What application are you trying to deploy : Wordpress
Which area(s) are affected? (Select all that apply)
Docker Compose, Traefik, Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
The site is accessible, but internal cURL requests fail, which seems related to networking setup in the template.
Will you send a PR to fix it?
No
The text was updated successfully, but these errors were encountered:
To Reproduce
You will find two major errors :
REST API is not working :
(http_request_failed) cURL error 28: Connection timed out after 10000 milliseconds
Loopback request failed :
cURL error 28: Connection timed out after 10000 milliseconds
Current vs. Expected behavior
Current Behavior:
After following the steps above, REST API endpoints fail to respond, and loopback requests timeout, breaking several WordPress features such as the Block Editor, scheduled cron jobs, and plugin/theme management.
Expected Behavior:
REST API endpoints and loopback requests should work immediately after a clean deployment without manual intervention, ensuring full functionality of WordPress.
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose, Traefik, Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
The site is accessible, but internal cURL requests fail, which seems related to networking setup in the template.
Will you send a PR to fix it?
No
The text was updated successfully, but these errors were encountered: