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
Sometimes, default to read-only prod api.
Also when API, not attached we can default to a read-only prod API.
and only error message on write actions.
The text was updated successfully, but these errors were encountered:
MichaelDimmitt
changed the title
fail gracefully when api/db not attached, error message needed 😄
fail gracefully when api/db not attached, error message needed 😄 (intermediate)
Jul 29, 2017
Fail gracefully when api/db not attached, error message needed
Possible Fix:
When you first navigate to the page...
"Website is down, api has not been attached and set up."
Example/UseCase
Upon click submit button when filling out a form, does not submit the form if no api is attached.
But also no warning is given.
Resolution: lets put an error message stating, no APi/db attached.
An alert; "No API attached, git clone https://github.com/rubyjax/RubyJaxFE.git"
This fix needs to be applied application wide.
Sometimes, default to read-only prod api.
Also when API, not attached we can default to a read-only prod API.
and only error message on write actions.
The text was updated successfully, but these errors were encountered: