Receiving login_required error when calling checkSession() after successful login when using Brave and Safari Browser

I have a react application with these as dependencies:

"@ramonak/react-progress-bar": "^5.0.3",
    "@tanstack/react-query": "4.19.1",
    "archetype-library": "^0.0.8",
    "auth0-js": "9.21.0",
    "axios": "^0.19.2",
    "bootstrap": "^4.6.0",
    "google-spreadsheet": "^3.1.15",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "query-string": "^6.14.1",
    "react": "^16.14.0",
    "react-bootstrap": "^1.6.0",
    "react-dom": "^17.0.2",
    "react-ga4": "^2.1.0",
    "react-geocode": "^0.2.3",
    "react-google-autocomplete": "^2.7.3",
    "react-qrcode-logo": "^2.9.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.0.1",
    "react-share": "^4.4.0",
    "react-star-ratings": "^2.3.0",
    "react-swipe-button": "^1.0.1",
    "recharts": "^2.6.2",
    "swiper": "^8.3.2"

i can successfully login but the problem is that when i call checkSession() in brave and safari browsers, it returns login_required error. with chrome and firefox, it works just fine. need help

1 Like

Hi @ferrjohnpainagan,

Welcome to the Auth0 Community!

Can you tell us a bit more about your implementation? It looks like you are using auth0.js, which is a legacy SDK and has some limitations.

There’s a warning at the top of this page that describes the limitations:

https://auth0.com/docs/libraries/auth0js

Let me know.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.