Astro
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
*** important to note im still able to access other bindings without issue, such as D1
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
anywhere i use vectorize i see this error
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Very weird behavior - but im now experiencing the 10000 error everywhere in my app in local dev mode, not just on that code.
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
The line erroring here is
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
And here are the console logs when executing this code (showing where in the process it errors out)
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Here's the code thats consistently causing this error
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Update on this behavior: a couple days ago i started seeing some
address already in use
error that would timeout my Remix app being caused by wrangler.. seeing this, i logged out via wrangler logout
, then realized i couldnt actually log back in because i code via SSH, and clicking the oauth url to sign in will redirect to localhost, which is NOT where the CLI was initiated from.. I was able to login via a "CLOUDFLARE_API_TOKEN" env variable on the remote system (not ideal - but technically worked) but now i'm consistently getting the 10000 errors from vectorize for "Authentication error".24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
I have a gut feeling it only happens when I first put a vector into the database. Like when i create a vector for the video, then I go to that video's page, which should query vectorize for similar videos (for recommendations) is when this happens. I'm testing my whole embedding flow right now so i'll give this a bit more testing to hopefully get to the bottom of it
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
I see it in dev mode yes. I notice it mostly when Vite hot refreshes after I make a change (Remix app - so this will cause my loader function to refresh data)
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Mine is very similar, instead of querying for a search this is for recommendations. Same error message as cloudkite is seeing.
Wrangler.toml:
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Yes i am.. more common in local dev because thats where i spend most of my time.. Im unsure just how noticeable it is on production, but i've definitely seen it a few times
24 replies
CDCloudflare Developers
•Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
I also experience this bug intermittently.. It's a hard one to debug. I'm using vectorize via bindings in a Pages/Workers app so auth shouldnt be a problem, although i am loggin in via the wrangler CLI. It seems to happen to me more when i navigate between pages that query vectorize frequently. Possibly a different edge case causing it, but nothing i've been able to debug myself.
24 replies