Bruno Cascio
Bruno Cascio
@neckhair I'll write an example later, using `Rails + MariaDB + jwilder/nginx-proxy.` like @reejossamual said.
Yes but you don't have to serve the static files with rails. You should use nginx-proxy for that, so you need mount a data volume inside the nginx-proxy container to...
Is there any workaround or way to do it?
I am facing the same issue using CSVDownload on Chrome (Windows) but it is working fine on OSX.
@MrOwen reverting to 2.3 does work? Are you using TRAEFIK_PING? Because I notice would be related to that feature
I was facing the same issue. I solved adding `ecs:RunTask` permissions to the IAM User
> Can confirm. Was hit by this myself. > > Does anyone know of an alternative to this project since it seems dead/unmaintained? Would rather go down that road than...
Oh, I was wondering the same
By removing Promise.all() it resolved my issue. I've just replaced `resolve={Promise.all([promise1, promise2])}` with `resolve={[promise1, promise2]}` and adding `await` within the `defer()` function ```tsx export const loader = async ({ params...