You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can make the SDK work fine on non-ssr apps but we have one that already has (and needs) SSR and we are not sure what would be the best way to approach the integration.
Expected behavior
Be able to continue using our internal login component, with Okta SDK and SSR
@afaya-partssource You can try okta-auth-js v5.x + okta-react v6, as okta-auth-js starts to provide isomorphic authClient since version 5. Check the migration guide for details.
I'm submitting a:
Current behavior
We can make the SDK work fine on non-ssr apps but we have one that already has (and needs) SSR and we are not sure what would be the best way to approach the integration.
Expected behavior
Be able to continue using our internal login component, with Okta SDK and SSR
Environment
"@okta/okta-auth-js": "4.8.0",
"@okta/okta-react": "^5.0.0",
"react": "^17.0.2",
Configuration
The text was updated successfully, but these errors were encountered: