Devin Shoemaker
Devin Shoemaker
@beeman has also experienced this and may be able to provide more information.
@maxime1992 do you still want me to try and tackle this then? It should be easy to check for the `retry-after` response header. I should have a little bit of...
I'll give it a go! It'd be nice to have this ready for the Nx plugin release.
I'm a bit stumped, to be honest. I'm not familiar with the `got` library so I've been doing a little bit of research, and it seems the docs _should_ be...
is this now fixed? If I delete `src/components.d.ts` and then run `npm run build` then the file is regenerated. I'm using `"@stencil/core": "^1.8.1"` which has TypeScript 3.7 as a dependency.
> I have a similar problem. When I log in, no redirect is performed. The url remains on /sign-in. If I then do a reload, I am redirected correctly. If...