LP B
LP B
Clearing `npx` cache solves the issue for me (no global install) If `npx clear-npx-cache` doesn't solve the issue, you can manually remove `/_npx` folder. `CACHE_ROOT` can be found with `npm...
Gulp has been removed with commit c669d339994e238a5d644e67f8051dbcd4df94b3. Babel (transpilation to es5) has been removed with commit 9bb08991d36ea78fcbc6c64f22142d581a4da4c2. Seems @kunalkapadia wants to avoid transpiling the code to es5, as es6 is...
@juanlet I think I'm trying to achieve something maybe similar: login using OAuth (Authorization Code Flow) and manage my user authorization to my API through JWT (won't expose the token...
True, Portainer is keeping track of the UI State in the cookies (`portainer.UI_STATE` cookie to be exact) so yes, if you delete the cookies, state resets.
@shanekorbel In the browser dev tool (F12) do you see any loop of auth requests issued from the front ? There shouldn't be any. Can you use `netstat -ant` (or...
@Eldranil in the meantime you can use this weakaura : https://wago.io/hWNo8NzUL Not ideal but a nice workaround until this is fixed
@yogeshgadge if you don't need to put some cache, using `ngx.fetch` is the way to go, IMO. However if you need to have some cache (because your upstream API is...
Well as a followup, seems using subrequest with caching doesn't work as expected. On cache stale NJS explodes with ``` nginx-nginx-1 | 2023/08/26 11:11:24 [error] 28#28: *28 js exception: MemoryError...
Hello @zwilias , having the same issue ("Unhandled rejection Error: ENOENT: no such file or directory, open 'src/ModuleX/Main.elm' ") just by putting my elm sources in subfolders under src, before...
Hello @akoppela , Am currently working on a PR to get paths from `source-directories` of `tests/elm-package.json`. Means you can have the following : ``` tests \__ elm-package.json src \__ dir1...