Fail to register
- Dominant language
- TypeScript
- Stars
- 656
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
I am having issues with Better Auth. Below is the error I encountered when trying to register/login.
# SERVER_ERROR: [error: relation "user" does not exist] {
length: 103,
severity: 'ERROR',
code: '42P01',
detail: undefined,
hint: undefined,
position: '15',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_relation.c',
line: '1449',
routine: 'parserOpenTable'
}
POST /api/auth/sign-up/email 500 in 1743ms
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the POST /api/auth/sign-up/email request and inspect the PostgreSQL schema and migration setup related to Better Auth. Done means registration and login no longer return the relation "user" does not exist error; the issue does not name a file or migration to inspect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- authentication, backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100