Skip to the content.

Mobile Dev Access Fix (Local LAN)

Summary

Changes Applied

Verification Steps

  1. Restart the dev server after config/env changes:
    • From frontend/: quasar dev
  2. Open from the phone (same Wi‑Fi):
    • http://<DEV_MACHINE_LAN_IP>:9000/
  3. Confirm API requests are sent to /api/v1/... and return 2xx.
  4. Backend logs should show requests received at http://127.0.0.1:8000 via proxy.

Why this works

Alternative (without proxy)

Troubleshooting Checklist

Files Changed

Notes