tmobile / sawtooth-next-directory

Home for NEXT Directory - Powered by Hyperledger Sawtooth. Chat with the team at https://chat.hyperledger.org/channel/sawtooth-next-directory/
Apache License 2.0
11 stars 7 forks source link

Implemented try-catches to prevent raising specific 503 errors #706

Closed mtn217 closed 4 years ago

mtn217 commented 4 years ago

503 errors were appearing when querying RethinkDB for case-insensitive matches. 503 error was also appearing on the Sign Up page when an invalid URL was specified. 503 errors are now not showing up or are now displaying generic 503 error.

Signed-off-by: Michael Nguyen michael.nguyen79@t-mobile.com