I have this bizarre issue not being able to access /account/upgrades page. The website shows cookie needed but when I click on enable cookies button on this prompt, it just 404's.
Browser console shows 404 error when accessing the /account/upgrades page too but I wonder if it's originating from the cookies page.
I do see in my nginx error this log
We value your privacy
To access this page, we will need your consent to set some cookies.
Third-party cookies
Cookies set by third parties may be required to power functionality in conjunction with various service providers for security, analytics, performance or advertising purposes.
Browser console shows 404 error when accessing the /account/upgrades page too but I wonder if it's originating from the cookies page.
I do see in my nginx error this log
*1 connect() failed (111: Connection refused) while connecting to upstream, client: 1.2.3.4, server: site.com, request: "GET /account/upgrades HTTP/1.1", upstream: "fastcgi://1.2.3.4:9000", host: "site.com", referrer: "https://site.com/account/upgrades"