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
I created first round(round 1) and all steps went as expected,
then created another one(round 2) but round.id in ballot.get is undefined, I assume its because of using protectedProcedure instead of protectedRoundProcedure here,
so when navigating to round 2/projects/[id], ballot.get would return votes and data related to round-1 projects. And this affect all the steps for new rounds.
Is there steps required before creating new rounds? i tried setting all round 1 phases dates before the creation of round 2 but same result.
The text was updated successfully, but these errors were encountered:
I created first round(round 1) and all steps went as expected,
then created another one(round 2) but round.id in ballot.get is undefined, I assume its because of using protectedProcedure instead of protectedRoundProcedure here,
so when navigating to round 2/projects/[id], ballot.get would return votes and data related to round-1 projects. And this affect all the steps for new rounds.
Is there steps required before creating new rounds? i tried setting all round 1 phases dates before the creation of round 2 but same result.
The text was updated successfully, but these errors were encountered: