prometheas 🔥P
Convex Community14mo ago
3 replies
prometheas 🔥

The ctx.storage.getUrl() method is marked as deprecated, but Convex docs provide no alternatives

The storage serve docs direct the use of ctx.storage.getUrl(), but my IDE says the function is deprecated.

https://docs.convex.dev/file-storage/serve-files

What, then, is the best practice for accessing stored file data?
Files stored in Convex can be served to your users by generating a URL pointing
Serving Files | Convex Developer Hub
Was this page helpful?