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