w0otness
w0otness
I have tested on my Cloud9 AWS EC2 setup, and can't replicate this, though I didn't install using step 1, the difference being I didn't use the options `--method=standalone` or...
Just happened with me. `npm i` with PUPPETEER_SKIP_DOWNLOAD, then manually ran `node node_modules\puppeteer\install.js` For me, on Windows10 it downloads chrome-win.zip to `node_modules\puppeteer\.local-chromium\chrome-win.zip` and when extract-zip runs all that is created...
> can you share the `patch-package` you use?
I currently use this **[patches/openid-client+5.1.6.patch](https://gist.github.com/w0otness/2d5e69ab3adf94d95be9079eee1768fb)** which disables the nonce check and bypasses the nonce error, and the sign in process is seamless. I'll try replacing the entire package with the...
The role it assigns is the default one given... I just commented out the manual role assignment and it works. diff --git a/node_modules/@sls-next/cdk-construct/dist/index.js b/node_modules/@sls-next/cdk-construct/dist/index.js - this.defaultNextLambda = new lambda.Function(this, "NextLambda",...
> Thank you all for such an instructive thread! May I add a question: why not achieve the same Serverless aims using Fargate? Personally, because the projects I am working...
Same issue, Is there a way to provide CA certs to the Dev Environment docker images? I encountered the same issue with VSCode's implementation of remote containers also, however there...
Not sure what's fallen over here, the warnings are not related to what was changed and didn't have the same warnings last CI run.