navingator / northwind-web-test

Uses Northwind database for web development testing
MIT License
1 stars 1 forks source link

Guards do not show any errors when they fail #18

Closed navingator closed 7 years ago

navingator commented 7 years ago

If a user attempts to access a guarded page, and their internet crashes or otherwise, the user will not be notified why the page they attempted to load did not load.

We should evaluate whether this is actually a substantial issue worth fixing.

navingator commented 7 years ago

After discussion, we determined that this is fine for the purposes of the demo app. Perhaps we'll fix this in the future, but closing for now.