Without a backend API server in the Docker deployment, the app was trying to reach localhost:4000 causing a 30s timeout on page load (content store) and a connection error on Nostr login (auth store). Setting VITE_USE_MOCK_DATA=true makes both use the built-in mock data and local Nostr relay instead. Co-authored-by: Cursor <cursoragent@cursor.com>
891 B
891 B