Hi,
I’m trying to start the CodeRoad lesson “Build a Database of Video Game Characters” using Docker and VS Code. I already set the CODEROAD_WEBHOOK_TOKEN in the Dockerfile as instructed.
But when I build container, I get this error:
[15841 ms] rejected promise not handled within 1 second: SignatureVerificationFailed: Signature verification failed with ‘NotSigned’ error.
Has anyone knows how to fix it?
Thanks in advance!
the version that comes with the fCC repo fails to install. I modified it from 0.15.1 to 0.17.2 as that is the version that vs code will install if you try to do it yourself (install manually that is).
yeah the problem is 0.15 doesn’t install (at least on some environments) so the only way to install coderoad is to move to a different version (and 0.17.2 at least will install and start the tutorial).