Fopen aws error in log

I’m getting this crazy situation where when I log into windows chrome, the browser that set-up nexcloud everything works fine.

However when I log in with the same user in any other browser I get this error in the logs:

{"reqId":"DmBM5N1kY6Kqiujwehca","level":3,"time":"2020-01-24T21:11:05+00:00","remoteAddr":"207.6.49.55","user":"--","a
pp":"PHP","method":"GET","url":"/apps/theming/styles?v=0","message":"fopen(https://BUCKET.s3.us-west-2.a
mazonaws.com/urn%3Aoid%3A35): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found\r\n at /var/www/html/
lib/private/Files/ObjectStore/S3ObjectTrait.php#72","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit
/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71","version":"18.0.0.10"}
{"reqId":"mbLJi7CjuwUiCiZJRZa7","level":3,"time":"2020-01-24T21:11:05+00:00","remoteAddr":"207.6.49.55","user":"--","a
pp":"PHP","method":"GET","url":"/js/core/merged-template-prepend.js?v=8240527e-0","message":"fopen(https://bucket.s3.us-west-2.amazonaws.com/urn%3Aoid%3A29): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Fou
nd\r\n at /var/www/html/lib/private/Files/ObjectStore/S3ObjectTrait.php#72","userAgent":"Mozilla/5.0 (Windows NT 10.0;
Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71","version":"18.
0.0.10"}

Inside chrome inspector, you can see it fails to load that JS

I have no idea why it only works in the primary browser I used to set it up, but not for anything else? I would think browse log-ins are agnostic.

Any tips on how to trouble shoot?

My Set-up

Docker Image
AWS S3 Primary Object Storage
occ  maintenance:repair 

Seems to have fixed it. Not sure why this happened though…