API calls stopped working after migrating Sendy to another server
I moved sendy from one server to another and noticed my api calls are not working. Anyone have idea how to correct this issue?
This discussion has been closed.
I moved sendy from one server to another and noticed my api calls are not working. Anyone have idea how to correct this issue?
Comments
Hi,
When moving Sendy to a new server, API issues are usually caused by configuration differences rather than Sendy itself.
Here are a few things to check:
cURLenabled and that outbound requests are not blocked by a firewall or security group.includes/config.phpare correct and pointing to the active database.You can also check your server’s error logs to see if any errors are being returned when the API endpoint is hit, as this often points directly to the cause.
Best regards,
Ben