Skip to content

Conversation

@rkoron007
Copy link

@rkoron007 rkoron007 commented Feb 3, 2026

I was just running through the docs and found a few small errors that prevented me from deploying this, so fixing them! The things were:

  1. Using up-to-date plan names (e.g., standard -> free)
  2. Updating the env key to runtime
  3. Nailing down Render's node version to ensure it worked with the React app.
  4. Updating the previewPlan attribute, because it doesn't accept free.

I was able to deploy this blueprint with these updates!

@rkoron007 rkoron007 self-assigned this Feb 3, 2026
@rkoron007 rkoron007 changed the title Update example blueprint with new plans and runtime key Update example blueprint Feb 3, 2026
@render render bot deployed to RK/update-example - postgres_db PR #38 February 3, 2026 01:00 Active
@render render bot temporarily deployed to RK/update-example - express-backend PR #38 February 3, 2026 01:01 Destroyed
@render render bot temporarily deployed to RK/update-example - render-todo PR #38 February 3, 2026 01:02 Destroyed
plan: standard
previewPlan: starter
plan: free
previewPlan: basic-256mb
Copy link
Author

Choose a reason for hiding this comment

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

It wouldn't let me use the free plan for previews, so I made it basic-256mb.

This was the error:

databases[0]
free plan is not valid as a previewPlan
services[0].previews.plan
free plan is not valid as a previewPlan

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant