Detected multiple renderers concurrently rendering the same context provider
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
I'm getting this problem accessing apis of nextjs.
please help
please help
6 Replies
Barbary LionOP
here is the more info
Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.
at AppContainer (C:\Users\Mass\Downloads\Projects\project2\node_modules\next\dist\server\render.js:341:29)
at AppContainerWithIsomorphicFiberStructure (C:\Users\Mass\Downloads\Projects\project2\node_modules\next\dist\server\render.js:377:57)
at div
at Body (C:\Users\Mass\Downloads\Projects\project2\node_modules\next\dist\server\render.js:677:21)
Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.Pixiebob
I have the same issue
Barbary LionOP
ya but no one answered. my problem is still there
I got the same thing after trying to implement a feature using server actions
American Crocodile
got the same problem when using server actions, did you find a solution?
American Crocodile
the related issue is this one: https://github.com/vercel/next.js/issues/49408