mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Can't create Node.js site - Timeout error #432
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 @Sanzi87 on 2/18/2023
CloudPanel version(s) affected
2.2.0
Description
I get a timeout error message when I try to create a Node JS Site in the Cloud Panel. (I have tried to create a site in SSH with the root user. I get the same error. OS: Debian 11
An error has occurred, error message: Command " : /usr/bin/sudo /usr/bin/find '/home/domain-test' -type d -exec chmod 770 {} ; && /usr/bin/sudo /usr/bin/find '/home/domain-test' -type f -exec chmod 770 {} ;" failed, error message: The process "/usr/bin/sudo /usr/bin/find '/home/domain-test' -type d -exec chmod 770 {} ; && /usr/bin/sudo /usr/bin/find '/home/domain-test' -type f -exec chmod 770 {} ;" exceeded the timeout of 30 seconds.
How to reproduce
Login to the panel.
Go to the Sites page
Create a new NodeJS site
Enter the details and click the create button.
Possible Solution
No response
Additional Context
No response