devBanner / devBanner_Frontend

Responsive web page for devBanner (WEB)
https://devbanner.center
Apache License 2.0
10 stars 8 forks source link

Exception handling should show the exception that is thrown out by server #19

Closed cozyplanes closed 6 years ago

cozyplanes commented 6 years ago

Currently, the exception shown in the frontend is Cannot generate banner. Username correct?

However, you can't generate banner if there is no avatar. Generating a banner with an account without avatar throws this exception. Could not find avatar for USERNAME_HERE

Is there a way to display the server thrown exception in the frontend?

cozyplanes commented 6 years ago

Seems redundant now.