Closed kneerose closed 6 days ago
This shouldnt be considered P0 for bootstrapping phase.
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
TxHash#TxIndex
SHOULD be unique and should be caught at insert time into DBSync
So this is a DBSync issue.
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.