tonyshangrila
tonyshangrila
Having a similar issue where my restore fails at the same point on repeated attempts. Did you ever find a workaround, or had to give up?
Same issue here, but unable to resolve it. I tried to change `APPLICATION_PROTOCOL` in docker-compose.yml for dawarich_app and _sidekiq to `https` but then sidekiq would never start (I quit the...
> @tonyshangrila what version you're on? 0.20.1
Sure. Here is the log for `dawarich_app` after setting the protocol to https. I can't get a log for the sidekiq container since it doesn't actually start (I think?). Wanted...
Here is also the container log for dawarich_app when trying to log in behind my SSL proxy: ` 20:24:03 web.1 | actionpack (8.0.1) lib/action_dispatch/middleware/server_timing.rb:60:in `call' 20:24:03 web.1 | actionpack (8.0.1)...
Finally back from holiday travels and had a chance to dig in to this some more... @bashibassy319 - that helped. I run Apache for the reverse proxy. I started with...