Yonas Yanfa
Yonas Yanfa
@splatboydev Disabling sscache didn't fix the build: ``` ./mach build 0:01.11 Clobber not needed. 0:03.24 Adding make options from /home/yonas/git/pulse-browser/engine/mozconfig MOZ_OBJDIR=/home/yonas/git/pulse-browser/engine/obj-x86_64-pc-linux-gnu OBJDIR=/home/yonas/git/pulse-browser/engine/obj-x86_64-pc-linux-gnu FOUND_MOZCONFIG=/home/yonas/git/pulse-browser/engine/mozconfig export FOUND_MOZCONFIG Parallelism determined by memory: using...
> It also needs to be disabled in the engine mozconfig, my bad. What's the full path to that file?
All the sub-tasks are completed. Is this ready for merge?
@chamanbravo Can we merge this?
> I am not really sure how can I do this, I will research and try to implement this. [Statping-ng](https://github.com/statping-ng/statping-ng) has implemented this.
I was able to accomplish this using Go Fiber's embedFS middleware: https://github.com/yonasBSD/upstat/commit/7a3f2c860770d594fe242a4846a1c46df0f74690 [Dockerfile updates](https://github.com/yonasBSD/upstat/commit/4ab0c34cf035c7ba60fa60f65167e78d3f443499)
```sh backend_1 | backend_1 | > [email protected] start backend_1 | > node ./build/bin/www backend_1 | ^Abackend_1 | /home/worklenz/worklenz/node_modules/passport-oauth2/lib/strategy.js:87 backend_1 | if (!options.clientID) { throw new TypeError('OAuth2Strategy requires a clientID option');...
@MoShizzle No, I don't.
@MoShizzle I was able to get past this error by upgrading all the nx dependencies to 19.1.0. ```diff - "@nx/cypress": "19.0.3", - "@nx/eslint": "19.0.3", - "@nx/eslint-plugin": "19.0.3", - "@nx/jest": "19.0.3",...
Is this ready for merge?