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
Some treasury proposals are not viewable, and the same governance action ID appears multiple times. Navigating to the details page for these actions results in an error page.
Steps to reproduce
Connect your wallet.
Register as a dRep.
Navigate to the governance actions.
Paste d7c0940e3f1279f2648eb849b38f9410ed620c452342ff59d79eb3ce92b1d64d#0 into the search bar.
Click on any listed governance action to view details.
The details page for the treasury governance action with ID d7c0940e3f1279f2648eb849b38f9410ed620c452342ff59d79eb3ce92b1d64d#0 results in an internal server error. The JSON response contains multiple entries with the same ID:
Actually, we cannot display those details, because we cannot get the data from the server. The response we get is Multiple proposal found for id: d7c0940e3f1279f2648eb849b38f9410ed620c452342ff59d79eb3ce92b1d64d#0. This should never happen.
So I'd say the solution would be to delete duplicate GAs. The question is how were they added and is it possible to add multiple GA with the same id through GovTool
Area
Other
Domain
dev-sanchogov.tools
Which wallet were you using?
No response
Context
Some treasury proposals are not viewable, and the same governance action ID appears multiple times. Navigating to the details page for these actions results in an error page.
Steps to reproduce
d7c0940e3f1279f2648eb849b38f9410ed620c452342ff59d79eb3ce92b1d64d#0
into the search bar.https://www.loom.com/share/ee4e5fb86ad445d79321a3652af85aba?sid=188ca0a3-8388-4dbb-ae17-0d4f8e027461
Actual behavior
The details page for the treasury governance action with ID
d7c0940e3f1279f2648eb849b38f9410ed620c452342ff59d79eb3ce92b1d64d#0
results in an internal server error. The JSON response contains multiple entries with the same ID:Navigating to the details page leads to the following error page:
Expected behavior
The governance action details page should correctly display all listed governance actions without errors.
The text was updated successfully, but these errors were encountered: