yutmurakami
New Contributor

Hi Thomaz,

Quick update: I followed your recommendation exactly.

**What I did:**
Deleted both old apps → only 1 app remains (Free Edition limit met)
Restarted the app
Current state: Compute ACTIVE, App RUNNING, Deployment SUCCEEDED

**Result:**
Still "App Not Available" in browser
Edge DevTools shows 502 Bad Gateway (not just OAuth redirect)

**Key evidence:**
- Internal logs: "Deployment successful", Streamlit running on port 8080
- The app works perfectly internally
- OAuth authentication passes (502 means auth succeeded but proxy can't reach backend)
- Only browser access fails

**Conclusion:**
Even with 1 app (limit met), compute running, and successful deployment, the Databricks Apps proxy cannot route traffic to the Streamlit backend on Free Edition.

This appears to be a **Free Edition infrastructure limitation** — not just OAuth provisioning, but the entire Apps serving layer may not be fully enabled for Free Edition, despite docs saying "up to 1-3 apps supported."

Has anyone actually confirmed successful **browser access** to Databricks Apps on Free Edition? Or is this feature deployment-only (no public access)?

Thanks for all your help!