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
The current version of the WebUI doesn't show the errors screen when it fails to connect to the API. In #573 we introduced a change to the error handling interceptor in order to not handle PFS API errors as client API errors. The problem seems to be this check:
Describe the bug
The current version of the WebUI doesn't show the errors screen when it fails to connect to the API. In #573 we introduced a change to the error handling interceptor in order to not handle PFS API errors as client API errors. The problem seems to be this check:
webui/src/app/interceptors/error-handling.interceptor.ts
Line 50 in ddfe17d
It seems like it does not match the URL of the Raiden API.
Steps to reproduce
Close the Raiden client while having the WebUI open in the browser.
Expected behavior
Show the error screen.
System
The text was updated successfully, but these errors were encountered: