On Tauri Android, window.location.origin = http://tauri.localhost which is the embedded dev server URL, not the API server. Use VITE_API_BASE_URL env var which points to the production API. Co-Authored-By: Claude <noreply@anthropic.com>
On Tauri Android, window.location.origin = http://tauri.localhost which is the embedded dev server URL, not the API server. Use VITE_API_BASE_URL env var which points to the production API. Co-Authored-By: Claude <noreply@anthropic.com>