project_nextjs13_flexibble
project_nextjs13_flexibble copied to clipboard
I got this error. It resolved after installing encoding `npm install encoding`
better than repetition
error FetchError: request to http://127.0.0.1:4000/graphql failed, reason: connect ECONNREFUSED 127.0.0.1:4000
here it is snippet from globals.css `@tailwind base; @tailwind components; @tailwind utilities; * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter; } .flexCenter { @apply flex...
[next-auth][warn][EXPERIMENTAL_API] `getServerSession` is used in a React Server Component. https://next-auth.js.org/configuration/nextjs#getServerSession} https://next-auth.js.org/warnings#EXPERIMENTAL_API