codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Send error messages from apollo to snackbar #275

Closed drshrey closed 5 years ago

drshrey commented 6 years ago

cdsyptqmjx

aballman commented 5 years ago

secrets-error screen shot 2018-11-21 at 1 06 17 pm

These errors are expected. If we queried the individual secrets and there was no secret value that should be reported as an error. In this case we are polling for all of the global secrets so any that are missing values will report an error.

It's a bit odd because the error doesn't make sense as presented in other situations (as opposed to the project creation error message)

aballman commented 5 years ago

Fixed in https://github.com/codeamp/panel/pull/292. Closing.