Jz Jektvik
Jz Jektvik
1. Caprover thinks the instance count is 1 2. No 3. ``` [ { "ID": "a650sfxjc9e4f2wnjzh5afh0g", "Version": { "Index": 49860222 }, "CreatedAt": "2022-05-23T21:22:24.763243411Z", "UpdatedAt": "2022-06-13T20:57:00.78903281Z", "Spec": { "Name": "srv-captain--motovers-app", "Labels":...
Ok. One other thing I've noticed just now while getting to the bottom of these inconsistent observations from browsers -> turns out nginx has been messing with my head. It...
Having same issue here. My step is 2 days i.e 0 0 */2 * *. Trying to setup a healthcheck system to confirm the job executed but the healtcheck provider...
Have the same problem on my Azure WebApp -> exact same crash response `OSError: no library called "cairo" was found`. It's a windows based instance indeed.
That alternate package also fails with a missing library, this time it's: cannot load library 'pango-1.0-0' We're still on a managed web app environment in Azure. It works locally on...
Hi @berthertogen thanks for reverting. Containers are unfortunately a headache for us at this moment as we do not have the facility to build containers yet (not even locally, no...
Hmm, getting stuck on similar on windows 10 cli when attempting: ``` PS C:\Users\jektv\Documents\Source\node> caprover deploy --default ------------ CapRover CLI has recently been refactored. Please report potential bugs here: https://github.com/caprover/caprover-cli/issues...
Thanks and good luck. I think you may benefit from ts-node to execute the code for debugging, thats an additional dependency but only dev. Then I would also suggest adding...
Okay, i tried realy quick. Downloaded the repo. Opened in Vs code at root level. pnpm i (aka npm i) Opened index.js and set a breakpoint. Hit debug. Didn't work....