danieljaguiar

Results 5 comments of danieljaguiar

I can repro this! > node:electron/js2c/renderer_init:57 Uncaught (in promise) Error: Error invoking remote method 'login': ClientAuthError: request_cannot_be_made: Token request cannot be made without authorization code or refresh token. at EventEmitter.o.invoke...

I have 2 tenants, one with MFA and other without. @diptanu143 , I could fix in the tenant *without* MFA by adding the authority to MsalElectronConfig: ```typescript const config: MsalElectronConfig...

I think this is not working again. Do we have any news here?

@williamli Here is a simple repro: https://github.com/danieljaguiar/cache-control-test I deployed it here: https://cache-control-test.vercel.app/ Three pages with 3 types of Cache-Control setting - Cache Control set on getServerSideProps: https://cache-control-test.vercel.app/ssr-cache - Cache Control...