You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Certain API calls on the site don't have exceptions when a call fails or returns nothing causing pages to be blank and/or crash.
/boards - Page is blank when the API calls fails or returns nothing. Page should return an message stating that the boards are down if the API fails or returns nothing.
/boards/:boardtag - Same issue with the board page. Page should return an message stating that the boards are down if the API fails or if returns nothing, display a message to the user that this board is empty.
The text was updated successfully, but these errors were encountered:
Certain API calls on the site don't have exceptions when a call fails or returns nothing causing pages to be blank and/or crash.
/boards
- Page is blank when the API calls fails or returns nothing. Page should return an message stating that the boards are down if the API fails or returns nothing./boards/:boardtag
- Same issue with the board page. Page should return an message stating that the boards are down if the API fails or if returns nothing, display a message to the user that this board is empty.The text was updated successfully, but these errors were encountered: