maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Payload too large when adding certain plants #83

Closed maxlemieux closed 3 years ago

maxlemieux commented 3 years ago

Adding this plant breaks the live site with an error in console. "Payload too large" Bermudagrass Scientific Name: Cynodon dactylon

Probably others can be used to reproduce the issue. Many/most plants do not reproduce it.

maxlemieux commented 3 years ago

Let's try to reproduce this after the new favorites/plant detail functionality is in place.

maxlemieux commented 3 years ago

It is still reproducible after the merge from plantDetail.

One possible way forward is to only save certain fields in our Plant documents, to control data size better.

maxlemieux commented 3 years ago

Still reproducible after the rollback