princeton-ddss / survey-gpt

A survey agent built on ChatGPT
https://survey-gpt.netlify.app/
2 stars 1 forks source link

Create generic Error component #7

Closed cswaney closed 1 year ago

cswaney commented 1 year ago

Change NetworkError to a generic Error component that displays any type of error (i.e., OpenAI or database errors).

Database errors are being tracked but not displayed in the UI.

cswaney commented 1 year ago

Resolved by #13 .