Mazr
Mazr
I also met this issue, and ... if I switch to a stable network and disconnect all VPN, I will success to build
I have changed the node image version to `node:16.15.0-alpine3.15@sha256:bb776153f81d6e931211e3cadd7eef92c811e7086993b685d1f40242d486b9bb`, it works well. ✅ Previous is `node:16.14.2-alpine@sha256:28bed508446db2ee028d08e76fb47b935defa26a84986ca050d2596ea67fd506` ❌, got timeout issue in my laptop.
Any updates for this issue???
Hi @lirantal I'm looking for using an array when set the routeMap, just like that ``` const routesMap = new Map([ [API_VERSION.DEFAULT, [middleware-1, middleware-2, middleware-3]], [API_VERSION.V1, [middleware-1, middleware-2, middleware-3]], [API_VERSION.V2,...
I went through the code and found that pr is not right. Since your codebase is trying to run the handler directly, so I have to refactor lots of code...
Any updates?