Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p/bCffI2 #5

Open
utterances-bot opened this issue Jun 18, 2024 · 1 comment
Open

p/bCffI2 #5

utterances-bot opened this issue Jun 18, 2024 · 1 comment

Comments

@utterances-bot
Copy link

Supabase Database, Prisma로 빠르게 시작하기 w. Next.js | HEROPY.DEV

오픈소스 백엔드 서비스인 Supabase의 PostgreSQL 데이터베이스와 Prisma를 사용해 Next.js 프로젝트를 빠르고 쉽게 구성하고 다루는 방법을 알아봅니다.

https://www.heropy.dev/p/bCffI2

Copy link

위에 연결문제 발생의 경우 위의 방법과는 다른 방법이 있어 공유드립니다.
supabase에서 기본으로 제공하는 Connection String의 주소를 수정면 연결문제가 해결됬습니다.

제공된 Connection String
postgres://postgres.dfgsgdsgdfgdfgdfg:[YOUR-PASSWORD]@aws-0-ap-northeast-2.pooler.supabase.com:6543/postgres

수정 Connection String
postgres://postgres.dfgsgdsgdfgdfgdfg:[YOUR-PASSWORD]@aws-0-ap-northeast-2.pooler.supabase.com

":6543/postgres" 이부분을 삭제하니 오류가 해결되더군요.
참고한 링크도 첨부합니다.
https://velog.io/@sseong/Prisma-Supabase-migration-%EC%98%A4%EB%A5%98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants