supabase / supabase

The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
https://supabase.com
Apache License 2.0
72.39k stars 6.95k forks source link

Generation new secret api tokens and old images links #16529

Open smartfox87 opened 1 year ago

smartfox87 commented 1 year ago

I generated new secret api tokens and my old images urls stoped to work, because they include old public token. I tried to replace old token in image url on new public token, but it didn't help, bcause I got an error: "statusCode": "400", "error": "InvalidSignature", "message": "The url do not match the signature"

Hallidayo commented 3 weeks ago

Hi @smartfox87 - I'm just checking in here as its been a while. Did you resolve this issue?