Missing bookings data #3740
ccantynzcommented Feb 15, 2026
Originally written by @cursor[bot] on GitHub.
Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents
ccantynzcommented Feb 15, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| hibiscus-to-airport | Preview, Comment | Feb 15, 2026 8:18am | |
| hibiscus-to-airport-crr3 | Feb 15, 2026 8:18am | ||
| hibiscus-to-airport1 | Feb 15, 2026 8:18am | ||
| hibiscus-to-airport2 | Feb 15, 2026 8:18am |
Files changed
Side-by-side diff for cursor/missing-bookings-data-613f → main.
Cross-repo impact
See what breaks downstream if this PR merges.
✕ Closed without merging
This pull request was closed and not merged.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/Hibiscus-to-airport/pull/7
Update the default backend URL in
config.jsto match the production API, resolving issues with bookings not appearing.The frontend was defaulting to an incorrect backend URL (
https://hibiscus-to-airport-1.onrender.com). IfREACT_APP_BACKEND_URLwas not explicitly set in the deployment environment (e.g., Vercel), the application would connect to the wrong service or database, leading to no bookings being displayed.