Closed
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
What browser are you using? (if relevant)
Google Chrome 102.0.5005.115
How are you deploying your application? (if relevant)
next run dev
Describe the Bug
When data is sent to the service and a context that handles the entire application is updated, the system does not change the page but reloads itself, deleting everything in the provider (react)
Expected Behavior
I hope you go to the next screen which is indicated by the router.push(urlRelative, url)
Link to reproduction
/None
To Reproduce
Is project in development