Bernd

Results 5 issues of Bernd

Fixes https://github.com/vinissimus/next-translate/issues/575 See https://nextjs.org/docs/basic-features/data-fetching#fallback-pages Page props on Next.js fallback pages are empty (`{}`). Therefore translations are also missing. My idea to circumvent this is providing a new HOC `withFallbackTranslation()` to...

Using dynamic and/or catch-all API routes (e.g `/pages/api/auth/[...auth].ts`) leads to a 404 error when deployed on Vercel. Locally it works without any issues. Next.js version: `11.0.2-canary.20` next-translate version: `1.0.7` Github...

Hello, first of thanks for this great library! I managed to get the training working. But right now I'm struggling to predict the best matching topics for a given (single)...

Hello, I gave `routeTitle` a try to persist the current step in the url to allow reloading the wizard without losing the state. It works really neat! But. When navigating...

Hey! Lately we experience randomly this `Cannot read property 'prev' of null` while using `[email protected]` and `[email protected]`. It just happens out of no where. But I noticed that whenever it...