Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
im have the same problem here
Software engineer here -- spitballing, but this might be because the store pages when logged out are static (meaning they don't have to run calculations on the server), they can just show you the images and text that make up a website. But if you're logged in, they want to show you a dynamic page (with info just for you), so they have to process things on the server. Something in the server code is broken, so it freaks out, crashes, and can't show you the page.
Even more info you didn't ask for -- websites like to provide both a static version of a page (the logged-out ones) AND a dynamic version because the static ones are better for making sure Google knows how to reach it. They're also easy to distribute around the world so that when someone in California visits a website, they're actually looking at bytes on a machine physically located on the west coast, but if someone in New York visits the same site, they're actually looking at bytes on a machine on the east coast.
Or, I could be totally full of ♥♥♥♥ because I don't know anything about their system and infrastructure.