DayJs hydration error (setting locale after API call) on SSR
Hi, So we've got a website which is rendered in different languages. Which language it will be it just knows after a first API call. It's about events / conferences which are held in either english or an other language and the whole eventsite is then formatted in that language - so no interactive user switch or url-prefixes.
However - I can't get it run on Nuxt3 (we're currently transfering the site from Nuxt 2)