t4u
t4u
PPrisma
Created by t4u on 12/30/2024 in #help-and-questions
Logging client errors
@Nurul Hi, I noticed that wrapping the error with JSON.stringify works.
8 replies
PPrisma
Created by t4u on 12/30/2024 in #help-and-questions
Logging client errors
No description
8 replies
PPrisma
Created by t4u on 12/30/2024 in #help-and-questions
Logging client errors
Hi, yes i am running locally. Here my deps:
"dependencies": {
"@mantine/core": "^7.15.2",
"@mantine/dates": "^7.15.2",
"@mantine/form": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/modals": "^7.15.2",
"@mantine/notifications": "^7.15.2",
"@prisma/client": "^6.1.0",
"@tabler/icons-react": "^3.26.0",
"bcrypt": "^5.1.1",
"dayjs": "^1.11.13",
"jose": "^5.9.6",
"next": "15.1.3",
"next-safe-action": "^7.10.2",
"nextjs-toploader": "^3.7.15",
"prisma": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
"dependencies": {
"@mantine/core": "^7.15.2",
"@mantine/dates": "^7.15.2",
"@mantine/form": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/modals": "^7.15.2",
"@mantine/notifications": "^7.15.2",
"@prisma/client": "^6.1.0",
"@tabler/icons-react": "^3.26.0",
"bcrypt": "^5.1.1",
"dayjs": "^1.11.13",
"jose": "^5.9.6",
"next": "15.1.3",
"next-safe-action": "^7.10.2",
"nextjs-toploader": "^3.7.15",
"prisma": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
8 replies
PPrisma
Created by Upsided on 8/23/2024 in #help-and-questions
db push stuck
It happened to me some time ago, then I realized that the database port in the connection URL was incorrect. Try to check it.
6 replies