Martin DONADIEU
Martin DONADIEU
This was reported in reddit here https://www.reddit.com/r/capacitor/comments/1p25gq5/comment/nqp0q5r/?context=1
Are you sure you did sync ? Double-check in iOS or Android folder if the Capacitor config in json there is correct as well. This alert is triggered after calling...
also found here issue with AWS https://www.reddit.com/r/Supabase/comments/1hrmkf0/uploading_to_aws_s3_through_edge_function_not/
i made 3 kind of test, supabase SDK, aws sdk, and @bradenmacdonald/s3-lite-client
Managed to make it work on each: for supabase SDK it needs to do: signedUrl.replace('http://kong:8000', 'http://localhost:54321') For @bradenmacdonald/s3-lite-client it need to add optional headers: ```json { parameters: { 'X-Amz-Content-Sha256': 'UNSIGNED-PAYLOAD',...
It's a problem again now
Yes thanks guys
yes that makes sense
I love the idea as well. In the mobile world it seems harder to do as there is many strutural component for routing, theming etc.