Kasra Bigdeli
Kasra Bigdeli
As root? That'd be impossible. Have you tried chatgpt/Claude? It's a generic problem outside of CapRover that they're able to help debugging
Thanks for the PR. This line needs to be updated too: https://github.com/caprover/caprover/blob/596cecfca998fb615b4a486fecf9ca416806a584/src/datastore/AppsDataStore.ts#L220 Since CapRover stores the apps in a a config file where the keys are the app name, this...
Actually, it appears that [it'd be okay](https://stackoverflow.com/questions/3633362/is-there-any-way-to-use-a-numeric-type-as-an-object-key). But please test to make sure that the normal operations with a number only app name are fine. - Create an app called...
Thanks for the detailed report. Do you have a sample app that exhibits this problem?
To add more context: `Build has finished successfully` is emitted after this line 192 succeed. And `Deploy failed` is emitted on line 225. So the error is happening somewhere in...
You're likely behind a firewall that prevents connection to github Try just using curl to see if you can connect to github
It looks like you're trying to push to the same repo, that's why it's failing
No, you should be able to create a PR. But you can't directly push to this PR. There are many pull requests open, so I don't think there is an...
To open a pull request in a repo that you don't have access to, you need to fork the repo: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
The main reason that it doesn't work is that `cap_appname` first gets replaced. Try renaming `$$cap_appname-data` to `$$cap_data_volume` . It might work. But there might be other limitations in the...