Voidan

Results 7 comments of Voidan

Just inspected the call to `https://login.microsoftonline.com/common/oauth2/v2.0/authorize` with Burp Suite and it does not include the [required](https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow#request-an-authorization-code:~:text=previous%20sign%2Din.-,code_challenge,-recommended%20/%20required) `code_challenge ` param for SPAs.

> Only solution worked to me is to add this line of code to `src/setupTests.ts` > > ``` > import '@testing-library/jest-dom'; > import { TextEncoder } from 'util'; > >...

> I encountered the same problem as this one. I only wanted to mock new Date(), so by providing everything except for Date, which is mentioned at https://jestjs.io/ja/docs/jest-object#jestusefaketimersfaketimersconfig, to the...

> UPD: The following recommendation helped me - https://stackoverflow.com/a/77859321/10963661. I moved the `withThemeFromJSXProvider` definition to the last place in the `decorators` array. And then replaced hooks imports back with the...

> > UPD: The following recommendation helped me - https://stackoverflow.com/a/77859321/10963661. I moved the `withThemeFromJSXProvider` definition to the last place in the `decorators` array. And then replaced hooks imports back with...

I'm suddenly getting failed deploys with a successful build as well, just like in @RebinX1 screenshot. Had to delete and redeploy the backend to get a working deploy. Still seeing...