@jononomo I just ran into this too. The way I fixed it is to use the check_origin
option as suggested above, but instead of setting it false
set it to a list of domains like
check_origin: ["//localhost", "//mycoolwebsite.com"]
where mycoolwebsite.com
is the domain for your DigitalOcean Docker container.