Kasra Bigdeli

Results 342 comments of Kasra Bigdeli

What a bummer... Maybe Safari treats localhost connections differently (?) So maybe try running the backend on a remove server and run the frontend on your local machine. This might...

That's a slightly different issue. The issue here happens when the long poll connection takes too long. This happens when your server has a slow connection that results in a...

I haven't seen this issue in a long time. Hence, I'll close this issue. Feel free to reopen if it's still a thing.

Triaging this issue... It's a low priority as you remove the nodes directly via docker CLI. ``` docker node rm NODE_ID_HERE ``` It's nicer to be able to do this...

Good suggestion! This is definitely a missing piece. We probably won't port this to UI as it's not a very common use case, but rather, we'll make this available through...

It's super simple. Here is where the template gets loaded: https://github.com/caprover/caprover/blob/19626ce29d63283c3dddd42feffbe5d7272def03/src/datastore/DataStore.ts#L32-L35 All you need to do is to check if `/captain/data/server-block-conf-override.ejs` exists, load it. Otherwise, fallback to the default template....

It's not a top requested feature, so it's not a top priority. But I might find a simple solution that reduces the dev cost.

One click apps are generally community maintained. Feel free to test the most recent version and open a PR. > tags should not be hardcoded to random versions; but rather...

> this doesn't make sense at all - how can a new container of automation apps or download clients break the build? A future version might require a new env...

Please run `npm run formatter-write`