Skip to content

Add tera-web (Next.js frontend) to Render Blueprint#105

Merged
Abdulmuiz44 merged 1 commit into
mainfrom
codex/cloudflare-deploy
May 24, 2026
Merged

Add tera-web (Next.js frontend) to Render Blueprint#105
Abdulmuiz44 merged 1 commit into
mainfrom
codex/cloudflare-deploy

Conversation

@Abdulmuiz44
Copy link
Copy Markdown
Collaborator

Adds tera-web alongside tera-api in render.yaml. Both deploy from the same repo — Render handles them as separate services.

@Abdulmuiz44 Abdulmuiz44 merged commit aafcc4f into main May 24, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c293c5cf92

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread render.yaml
plan: starter
buildCommand: pnpm install --no-frozen-lockfile && pnpm build
startCommand: pnpm start
healthCheckPath: /health
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point health check to an existing frontend endpoint

The new tera-web service uses healthCheckPath: /health, but this repo’s Next.js app does not define a /health route (the only health-related frontend route is app/api/admin/health/route.ts, which is under /api/admin/health). In Render, this means health probes for tera-web will return 404 and can keep deploys unhealthy even when the app is otherwise running.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant