inner-oliveI
Refine4mo ago
4 replies
inner-olive

Auth Provider not working on Refine v5

This is my packages file.
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/base": "5.0.0-beta.70",
"@mui/icons-material": "^6.5.0",
"@mui/lab": "6.0.1-beta.36",
"@mui/material": "^6.5.0",
"@mui/system": "^6.2.1",
"@mui/x-data-grid": "^6.11.2",
"@mui/x-date-pickers": "^7.23.2",
"@react-oauth/google": "^0.9.0",
"@refinedev/cli": "^2.16.49",
"@refinedev/core": "^5.0.4",
"@refinedev/inferencer": "^6.0.1",
"@refinedev/kbar": "^2.0.0",
"@refinedev/mui": "^7.0.0",
"@refinedev/nestjsx-crud": "^6.0.0",
"@refinedev/nextjs-router": "^7.0.1",
"@refinedev/react-hook-form": "^5.0.1",
"@refinedev/supabase": "^6.0.0",
"@tanstack/react-query": "^5.90.2",
"apexcharts": "^3.41.1",
"axios": "^1.3.4",
"classnames": "2.3.2",
"country-flag-icons": "^1.5.7",
"css-mediaquery": "^0.1.2",
"date-fns": "4.1.0",
"js-cookie": "^3.0.5",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"material-react-table": "2.0.4",
"material-ui-popup-state": "5.0.9",
"moment": "^2.29.4",
"mui-tel-input": "^3.1.1",
"next": "15.5.4",
"pusher-js": "^8.0.2",
"react": "19.2.0",
"react-apexcharts": "^1.4.1",
"react-awesome-lightbox": "^1.8.1",
"react-date-range": "1.4.0",
"react-dom": "19.2.0",
"react-dropzone": "^14.2.3",
"react-image-crop": "^11.0.10",
"react-international-phone": "^4.6.0",
"react-json-view": "^1.21.3",
"react-phone-number-input": "^3.4.12",
"react-show-more-text": "1.7.1",
"react-simple-wysiwyg": "3.4.1",
"tss-react": "^4.9.19",
"use-file-picker": "^2.1.4"
},
}


If React version is 19, Auth Provider will not working (useLogin doesn't call the endpoint)
Was this page helpful?