You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every Thing Ok on console, but get a need apikey error (Error: A deepgram API key is required) when open http://localhost:3000/
npm run dev
> [email protected] dev
> next dev
▲ Next.js 14.2.0
- Local: http://localhost:3000
- Environments: .env.local
✓ Starting...
✓ Ready in 7s
✓ Compiled / in 273ms
○ Compiling / ...
✓ Compiled / in 7.9s (2269 modules)
GET / 200 in 11321ms
✓ Compiled in 1303ms (2269 modules)
○ Compiling /middleware ...
✓ Compiled /middleware in 1035ms (2588 modules)
○ Compiling /api/authenticate ...
✓ Compiled /api/authenticate in 1224ms (104 modules)
GET /api/authenticate 200 in 3767ms
GET /api/authenticate 200 in 3502ms
GET / 200 in 4247ms
○ Compiling /favicon.ico ...
✓ Compiled /favicon.ico in 517ms (131 modules)
GET /favicon.ico 200 in 681ms
GET /api/authenticate 200 in 1998ms
GET /api/authenticate 200 in 1966ms
The text was updated successfully, but these errors were encountered:
Your API key in .env.local doesn't have permission to create other keys. The demo uses the temporary key workflow and calls /api/authenticate, which looks up the project and create a temporary key. If the API key is not a key with ADMIN permission, then it cannot create temporary API keys and returns a failure.
Hello, Can I join to your team? I wanna work with you guys.
Also, I believe this work is so similar with my experiences.
Without wasting your time, let's chat to dive into the project details-I'm ready to go with you right away!
Every Thing Ok on console, but get a need apikey error (Error: A deepgram API key is required) when open
http://localhost:3000/
The text was updated successfully, but these errors were encountered: