Quick checks for the common problems, in the order to try them.
Most problems with this app fall into a handful of patterns, all of them seen before and recorded in the project’s own notes. Work down this page in order.
The app has a health address that answers instantly when the server is running.
What you do
https://booking.amapas353.com/health{"status":"ok"} — the server is fine; the problem is elsewhere on this page.A quirk recorded in the project’s notes: the card has been seen coming up blank on a first load and appearing after a page refresh — a caching issue on ChatGPT’s side, not a fault in the app.
What you do
https://booking.amapas353.com/widget in a plain browser. If the booking screen works there, the problem is on ChatGPT’s side or in the app’s ChatGPT configuration — that needs whoever maintains the code, not you.Crossed-out dates in the calendar mean those dates are blocked in Lodgify — either by an existing reservation (including forgotten Tentative test requests) or by an owner block.
What you do
Working as designed: the property has a 3-night minimum, enforced both on the screen and again on the server. Nothing was filed in Lodgify. The guest should pick a longer stay.
Emails (guest confirmation and owner notification) are sent only if the email settings are configured on the server; those settings live as environment variables in the Railway dashboard. Two important facts:
If the live rate lookup fails, the app deliberately falls back to a base nightly rate of $250 — still adding the $65 cleaning fee and both taxes — rather than showing nothing. If quotes look suspiciously uniform across seasons, the rate lookup may be failing; that is a job for whoever maintains the code. The guest is never undercharged fees or taxes by this fallback.
Two hard-won rules from the project’s records, for anyone tempted to make changes:
If a problem does not fit anything on this page, gather three things before asking for help: what the guest saw (a screenshot of the card), the date and time, and whether https://booking.amapas353.com/health answered ok. Those three answers cut the diagnosis in half.