MyShah1

Results 6 comments of MyShah1

Tried few tweaks but no luck. New set of issues/observations. =========================================== Error | TS2580 | (TS) Cannot find name 'require'. Do you need to install type definitions for node? Try...

Here's the code snippet, last line thows the error. ===================================== var config = { pkce: false, // other config issuer: props.issuer, clientId: "123", }; console.info('issuer' + props.issuer); // var OktaAuth...

yes, I have already updated that, that is how I have coded but still I have been getting the error. =============================================================== import { OktaAuth } from '@okta/okta-auth-js'; import { withOktaAuth...

Here's my import statements ======================== import { OktaAuth } from '@okta/okta-auth-js'; import { withOktaAuth } from '@okta/okta-react'; import * as React from 'react'; ========================= require does not work as well,...

can you please share some more details on how to access _oktaAuth? thanks

Thank you, just tested. It is working as expected. Thank you for a prompt action. Sent from Yahoo Mail for iPhone On Monday, January 27, 2025, 11:39 AM, Zeyad Bassiouny...