feat(frontend): Get project running again after move to Mac Mini
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
BETTER_AUTH_URL=http://localhost:3000
|
||||
BETTER_AUTH_SECRET=YOUR_SECRET
|
||||
```
|
||||
2. Generate database schema: `npx @better-auth/cli generate`
|
||||
3. Migrate schema: `npx @better-auth/cli migrate`
|
||||
2. Generate database schema: `pnpm dlx @better-auth/cli generate`
|
||||
3. Migrate schema: `pnpm dlx @better-auth/cli migrate`
|
||||
|
||||
## Common errors
|
||||
|
||||
@@ -31,3 +31,9 @@ rm -fr node_modules; pnpm store prune
|
||||
```
|
||||
|
||||
https://github.com/elizaOS/eliza/pull/665
|
||||
|
||||
### Unauthorized /token and /organization/list endpoints
|
||||
|
||||
User needs to be logged in to access these endpoints.
|
||||
|
||||
https://www.better-auth.com/docs/plugins/organization#accept-invitation
|
||||
|
||||
Reference in New Issue
Block a user