[GH-ISSUE #2] Configured env keys but getting PinecoreError: failed getting project name #2

Closed
opened 2026-02-22 18:17:23 -05:00 by yindo · 2 comments
Owner

Originally created by @gabrielbacha on GitHub (Jun 8, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2

node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^

[PineconeError: Failed getting project name. TypeError: fetch failed]

I installed everything. After I run the server, when I run the front end, the server crashed with the above error

Originally created by @gabrielbacha on GitHub (Jun 8, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [PineconeError: Failed getting project name. TypeError: fetch failed] I installed everything. After I run the server, when I run the front end, the server crashed with the above error
yindo closed this issue 2026-02-22 18:17:23 -05:00
Author
Owner

@jlevy-io commented on GitHub (Jun 8, 2023):

I had the same issue, I had pasted my entire pinecone index URL value in. Fixed by only using the index name.

Example: myindex-xxxxxxx.svc.xxxxxx-gcp.pinecone.io
replaced with just "myindex" and it worked

@jlevy-io commented on GitHub (Jun 8, 2023): I had the same issue, I had pasted my entire pinecone index URL value in. Fixed by only using the index name. Example: myindex-xxxxxxx.svc.xxxxxx-gcp.pinecone.io replaced with just "myindex" and it worked
Author
Owner

@timothycarambat commented on GitHub (Jun 8, 2023):

This was recently patched. It was hot-loading the Pinecone helper and if you were using something else it would crash the entire server.

Pull in latest changes and try again and re-open this if needed!

Thanks @jlevy-io as well!

@timothycarambat commented on GitHub (Jun 8, 2023): This was recently patched. It was hot-loading the Pinecone helper and if you were using something else it would crash the entire server. Pull in latest changes and try again and re-open this if needed! Thanks @jlevy-io as well!
yindo changed title from Configured env keys but getting PinecoreError: failed getting project name to [GH-ISSUE #2] Configured env keys but getting PinecoreError: failed getting project name 2026-06-05 14:32:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2