useLogin is loading 4ever.... plz help
I started to notice something strange with my useLogin hook. It stopped calling authProvider.login and the mutation is stuck in state 'paused'. In order to understand if I have messed something up I installed
npm create refine-app@latest -- --example with-custom-pages
But the same behaviour.
My setup
- CPU: (10) arm64 Apple M1 Pro
- Yarn: 1.22.19 - ~/.yarn/bin/yarn
- npm: 9.6.7 - ~/.nvm/versions/node/v20.3.1/bin/npm
- Safari: 16.5
- @refinedev/cli: 2.7.0
- @refinedev/core: 4.25.0
- @refinedev/react-router-v6: 4.3.2
- @refinedev/simple-rest: 4.5.0
Any ideas what can have caused the problem?
npm create refine-app@latest -- --example with-custom-pages
But the same behaviour.
My setup
System:
- OS: macOS 13.4- CPU: (10) arm64 Apple M1 Pro
Binaries:
- Node: 20.3.1 - ~/.nvm/versions/node/v20.3.1/bin/node- Yarn: 1.22.19 - ~/.yarn/bin/yarn
- npm: 9.6.7 - ~/.nvm/versions/node/v20.3.1/bin/npm
Browsers:
- Chrome: 114.0.5735.133- Safari: 16.5
Refine Packages:
- @refinedev/antd: 5.26.0- @refinedev/cli: 2.7.0
- @refinedev/core: 4.25.0
- @refinedev/react-router-v6: 4.3.2
- @refinedev/simple-rest: 4.5.0
Any ideas what can have caused the problem?


