Auto-reload issues with the application #404
LuanMiranda77
started this conversation in
General
Replies: 1 comment
-
Hi @LuanMiranda77, it looks like you have an issue with verify that your Next.js configuration (typically in next.config.js) and Tailwind CSS configuration (usually in tailwind.config.js) are correctly set up. Ensure that there are no syntax errors or misconfigurations. (Maybe you made some change somewhere by mistake). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the command 'yarn create nextron-app my-app --example with-tailwindcss' to generate a project for experimenting and learning Next.js. However, I'm facing difficulties as the project isn't auto-reloading the page when I make changes to the app's pages. Even when I use the 'force reload' option in the Electron window, the application only updates the changes if I restart the server. Can anyone help me with this?"
Beta Was this translation helpful? Give feedback.
All reactions