X
Xata•3mo ago
Yuki

Signed URLs in Xata dashboard (and my app) cease to function

Hi, I've just run into some problem accessing files with signed URLs in my app. All signed URLs (dynamically retrieved) of files created before a specific point cease to return the file (but rather invalid signature). Seems those retrieved from the Xata dashboard also face the same error (although files can still be downloaded and newly created files are free from this problem).
// creating file attachments
await xata.db.audio.create({
id,
lib,
gen: {
signedUrlTimeout: 60 * 60,
}
})
// creating file attachments
await xata.db.audio.create({
id,
lib,
gen: {
signedUrlTimeout: 60 * 60,
}
})
// retrieving signed url
const audio = await xata.db.audio.select(['gen.signedUrl']).filter({ id }).getFirst()
// retrieving signed url
const audio = await xata.db.audio.select(['gen.signedUrl']).filter({ id }).getFirst()
No description
No description
2 Replies
kostas
kostas•3mo ago
Thank you for the report, we are investigating. Since Friday there is an ongoing incident with sporadic errors from File APIs for which we've posted a public status page: https://www.xatastatus.com/incidents/a9f2d1f9-df6b-4538-9084-231092cfc4b2 Hi @Yuki this issue has been resolved and signed urls should work well now. Let me know how things look on your end.
Yuki
Yuki•3mo ago
Works 💯% fine 🎉
Want results from more Discord servers?
Add your server