railwayapp / blog

77 stars 28 forks source link

Instructions in Readme are missing several required fields #31

Closed nalenb closed 1 year ago

nalenb commented 1 year ago

If you don't have a field in the database called "Description" you'll get an error on deployment.

"TypeError: Cannot read properties of undefined (reading 'rich_text')"

Other required fields are:

Featured: checkbox FeaturedImage: text Category: selection or tags or something? I just renamed the default Tags field to Category

That at least gets it to build and deploy.

There's a lot of work one needs to do after this to clean it all up.

iamtpc commented 1 year ago

If you don't have a field in the database called "Description" you'll get an error on deployment.

"TypeError: Cannot read properties of undefined (reading 'rich_text')"

Other required fields are:

Featured: checkbox

FeaturedImage: text

Category: selection or tags or something? I just renamed the default Tags field to Category

That at least gets it to build and deploy.

There's a lot of work one needs to do after this to clean it all up.

Thanks