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
I'm currently trying to fetch a document by its ID. Everything works great if the id exists in the collection, however, if document does not exist with given ID the promise does not proc the catch clause on the function.
Shouldn't invalid ID proc the catch clause so the router could reroute to the error page? I have tried capturing the error, however, the code breaks within vuex-easy-firestore code.
Note. Logging mode disabled. When enabled, then returns a string indicating an issue that it couldn't find a document with a given ID.
The text was updated successfully, but these errors were encountered:
Hello all,
I'm currently trying to fetch a document by its ID. Everything works great if the id exists in the collection, however, if document does not exist with given ID the promise does not proc the catch clause on the function.
trying to fetch document by its id:
Console shows the following:
Shouldn't invalid ID proc the catch clause so the router could reroute to the error page? I have tried capturing the error, however, the code breaks within vuex-easy-firestore code.
Note. Logging mode disabled. When enabled, then returns a string indicating an issue that it couldn't find a document with a given ID.
The text was updated successfully, but these errors were encountered: