features/initialize-error-handling
master
This should give more insights in case of an error during loading data from Ethereum and IPFS.
@@ -69,6 +91,9 @@ export default class Kredits {
Address or ABI not found for ${contractName}
@@ -13,6 +13,8 @@ export default Route.extend({
transition.retry();
}
}).catch((error) => {
👍
we could do a bit more here and should display an error on the page. or do an alert message?
No dependencies set.
The note is not visible to the blocked user.
This should give more insights in case of an error during loading data
from Ethereum and IPFS.
@@ -69,6 +91,9 @@ export default class Kredits {Address or ABI not found for ${contractName}@@ -13,6 +13,8 @@ export default Route.extend({transition.retry();}}}).catch((error) => {👍
@@ -13,6 +13,8 @@ export default Route.extend({transition.retry();}}}).catch((error) => {we could do a bit more here and should display an error on the page. or do an alert message?