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
fix: handle long blob names by truncating them (#182)
* chore: repro ENAMETOOLONG
* refactor: extract encodeBlobKey function from build and handlers into shared impl
* fix: truncate long key names
* fix: lower max length
* fix: use base64url to prevent clashes with blobstore urls
* use filename short enough to be writable by next.js, but long enough to trigger ENAMETOOLONG once base64'd
* fix a bug and add test
* fix: fix test
* fix: remove revalidation from test
* fix: use .cjs file so that vitest doesn't stumble
* chore: supress TS error
* fix: update cache-handler test
* fix: also move to base64+url in test suite
* fix: use encodeBlobKey across full repo
* fix: let's try .ts file again
* same fix for static.test.ts
* fix: use webcrypto
---------
Co-authored-by: Rob Stanford <me@robstanford.com>
0 commit comments