wso2 / financial-open-banking

WSO2 Open Banking Accelerator is a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. Instead of building a solution from scratch, you can use WSO2 Open Banking Accelerator to meet all legislative requirements with additional benefits beyond compliance.
Apache License 2.0
7 stars 21 forks source link

[OB3] Error handling in the Consent approval application #6

Open SachiniSiriwardene opened 10 months ago

SachiniSiriwardene commented 10 months ago

Description: The current implementation of the consent approval application contains the accounts authorization flow and the UI customization feature. For errors there is a generic error page which will be displayed for all errors. In the existing Java application, passing error message and routing to the error page are done at servlet level. However in the React application, the error response needs to be passed from the servlet as response and displaying relevant errors has to be done in the frontend.

Suggested Labels: [For non-committers only. Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels. Labels can be found here - https://github.com/wso2/financial-open-banking/labels]

Suggested Assignees: [For non-committers only. Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees]

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues: [Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. ]