getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 56 forks source link

OIDC: toString is mistaken for being an error #989

Open alxndrsn opened 3 months ago

alxndrsn commented 3 months ago

e.g. http://localhost:8989/#/login?oidcError=toString:

Screenshot_2024-05-03_15-28-04

This may be a bug in vue-i18n: https://github.com/kazupon/vue-i18n/issues/1708

matthew-white commented 3 months ago

Ooh interesting! That does sound like an issue with Vue I18n to me. I'm glad you filed an issue.

One thing to know is that the repo you linked to is for an old version of Vue I18n (for Vue 2). The version that we use for Vue 3 is https://github.com/intlify/vue-i18n-next. For whatever reason, a number of Vue packages created new repos for Vue 3.