Badisi
Badisi
Like @pamapa said it could be due to a silent renew. You can clear/remove anything you wan't on the application side, but if you are not properly logged out from...
I second this. I remember asking myself the same question when implementing redirects (ie. why would we import the whole lib a second time only to access the callbacks..). So...
I was more thinking about a global setting instead of one specifically designed for the silent renew. Something generic, like : `requestTimeoutInSeconds`. What do you think ?
To me you are taking the problem from the wrong angle. CORS was made for a reason and disabling it should never be the solution. Nor trying to fix it...
I had the exact same problem and opened another issue with a few more details here: https://github.com/keycloak/keycloak/issues/16081 I agree with @wawyed that this is clearly a bug and other AS...
Took me a while but I finally found the [commit](https://github.com/webdriverio/expect-webdriverio/commit/359155cd47f99a0c914f60354e956f82d63548f6#diff-38e3b0b46c9d69ee540371ca42b1e1492e271fa48ebffcc11f6885de396bcdf5R3) that introduced (on Dec 7th 2023) the regression with this new line addition: ```ts // In expect-webdriverio/types/jest-global.d.ts declare const expect:...
@christian-bromann, ok my bad :) After further investigation, I noticed that the last working version for me was `@wdio/globals @ 8.20.0`. At that time, [`@wdio/globals/build/index.d.ts`](https://yarnpkg.com/package?q=%40wdio%2Fglobals&name=%40wdio%2Fglobals&version=8.20.0&file=%2Fbuild%2Findex.d.ts) was referencing types like this:...
@christian-bromann, any thoughts on this ?
@greglbd, thanks for testing that up, I appreciate 😉 @travi, I don't like having to ping someone, but since it's been 6 months already, could we have at least a...