I'm using CloudFront signed cookies to quickly access multiple resources on S3 without having to generate signed URLs for each one individually.
I have an API that responds with the signed cookie required to load resources from CloudFront, which retool is supposed should set on the client.
As discussed in the documentation, I'm using cookie forwarding, which supposedly would set the cookie on the client: Configure API authentication | Retool Docs
But this doesn't seem to set any cookies on the browser? Nor use them later on when requesting resources from my CloudFron cdn.
Any ideas of solutions?
I looked for other solutions on the forum, but they didn't worked.