Has anyone managed to set Cache-Control headers successfully for Supabase uploads?
Edwin Paul
1 month ago
✅1
Edwin Paul
1 month ago
Update: 1) Supabase seems to ignore Cache-Control headers for multipart/form-data requests. 2) Nordcraft seems to send a JSON object instead of the raw binary data for non multipart/formdata contents. https://discord.com/channels/972416966683926538/1388461930624319528
Edwin Paul
1 month ago
My current workaround is a custom action to upload files instead of Nordcraft's API panel.