localhost doesn't finish loading after trying 'use client'
Answered
space cowgirl posted this in #help-forum
Added
'use client' to the top of my main app page, and now the page refuses to finish loading, even after I got rid of the 'use client'. The project builds fine, and the code is basically an empty project.Answered by space cowgirl
no need, it decided to start working, even using the 'use client' directive. may have been a server resource issue of some sort (working remotely via vscode). Thank you for responding though! â¤ï¸
4 Replies
I have tried updating node to the latest version, deleting the
.next folder, as well as reinstalling npm packagescan you show your code anyways, also check in the browser logs for any errors
no need, it decided to start working, even using the 'use client' directive. may have been a server resource issue of some sort (working remotely via vscode). Thank you for responding though! â¤ï¸
Answer