Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Debugging

Benny Neugebauer edited this page May 17, 2017 · 2 revisions

Error

google.appengine.api.datastore_errors.BadValueError

BadValueError: Entity has uninitialized properties

Solution

Run gulp flush or visit your local database (http://localhost:8081) and edit the corrupt entities

Safe deployments

gulp reset
yarn
gulp deploy --project=vote4code
Clone this wiki locally