mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
500 Internal server error #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stallioninet on 1/13/2025
CloudPanel version(s) affected
2.5.0
Description
When I click the "Manage" site link, it shows internal server error.
When I try to add a site through commandline using clpctl command
clpctl site:add:static --domainName=www.domain.com --siteUser=john --siteUserPassword='!secretPassword!'
The error shown is curl error 6
cURL error 6: Could not resolve host: publicsuffix.org (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://publicsuffix.org/list/public_suffix_list.dat
No matter what domainName value is provided, the same error occurs.
Please help us to track and rectify the error.
How to reproduce
Login to the Cloudpanel , go to sites and click on Manage and it shows the 500 error message.
Go to the commandline
clpctl site:add:static --domainName=www.domain.com --siteUser=john --siteUserPassword='!secretPassword!'
it shows the curl error.
Possible Solution
No response
Additional Context
No response