Compare commits

...

1 Commits

Author SHA1 Message Date
Hongming Wang
2585a62362 fix: remove Canvas pricing + legal monitors (they probed nonexistent paths)
Both monitors targeted www.moleculesai.app paths that have never
existed:

  - Canvas — pricing route → www/pricing → 404
  - Canvas — legal redirect → www/legal/terms → 404

The marketing site (www) serves /, nothing else. Legal pages actually
live on api.moleculesai.app/legal/{terms,privacy,dpa} and are already
monitored under "Control plane — Legal pages" (that probe turned
green after the earlier fly.dev → api.moleculesai.app repoint).

A real /pricing page doesn't exist yet — the TermsGate modal and
LowCreditsBanner both link to app.moleculesai.app/pricing which also
404s. Building it is tracked separately; until then, a stuck-red
probe helps nobody.

When pricing ships, re-add a targeted monitor pointed at the real URL.

Closes status issue #1 (pricing down) and #2 (legal redirect down).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 17:27:11 -07:00

View File

@ -38,15 +38,17 @@ sites:
url: https://www.moleculesai.app/
# Main marketing / landing page. Use www target directly to skip apex 307 redirect.
- name: Canvas — pricing route
url: https://www.moleculesai.app/pricing
# Tests that the pricing page ships with the canvas deploy.
# Use www target to avoid apex 307 redirect false-positives (fixes #6).
- name: Canvas — legal redirect
url: https://www.moleculesai.app/legal/terms
# Verifies the canvas-side serve of legal pages.
# Use www target to avoid apex 307 redirect false-positives (fixes #6).
# "Canvas — pricing route" and "Canvas — legal redirect" removed
# 2026-04-19 because the paths they probed never existed:
# - www.moleculesai.app/pricing → 404 (marketing site has no
# pricing page yet; molecule-controlplane#92 tracks building
# one on app.moleculesai.app alongside the credit UI)
# - www.moleculesai.app/legal/terms → 404. Legal pages live on
# api.moleculesai.app/legal/* and are already monitored as
# "Control plane — Legal pages" above — that probe is the
# canonical one.
# Re-add targeted canvas-side probes once /pricing ships on the
# product app.
status-website:
# Branding for the GitHub Pages status site. Dark-theme colors match