vocdoni / ui-scaffold

Vocdoni's protocol UI
https://app.vocdoni.io
GNU Affero General Public License v3.0
5 stars 2 forks source link

Due to recent pagination changes, a 404 error is printed on accounts #739

Open elboletaire opened 3 months ago

elboletaire commented 3 months ago

See for example https://app-dev.vocdoni.io/organization/0xdeb8699659be5d41a0e57e179d6cb42e00b9200c

A solution we could do now would be to not print the error for pages different than the first one, but it'll be better to wait until the pagination changes are implemented in the SDK (see https://github.com/vocdoni/interoperability/issues/188). This way we'll have the total number of pages, and the request should not be done for non existing pages.