Next.js Loading forever
Unanswered
Pollock posted this in #help-forum
PollockOP
I'm experiencing a forever reloading on Firefox after hot refreshing the app.
It does not happen every time, and only when using a new browser (or incognito) it is solved.
Following is the contents of my package.json
It does not happen every time, and only when using a new browser (or incognito) it is solved.
Following is the contents of my package.json
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@prisma/client": "^5.4.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.10.6",
"@trpc/client": "^10.40.0",
"@trpc/next": "^10.40.0",
"@trpc/react-query": "^10.40.0",
"@trpc/server": "^10.40.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"lucide-react": "^0.263.1",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"reactflow": "^11.9.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.4",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}