branislavbrincko
branislavbrincko
I am looking for answer to this question https://github.com/amannn/next-intl/discussions/892#discussion-6282129 - I also want to take locale from user settings. AND I have the pages router. The solution to set it...
@Morishiri have you dealt with translation of route names, e.g. /en/guides /cs/navody? I don't see a solution for this usecase in next-intl 😔
I am having the similar experience - I created a fresh Next.js project using `create-next-app`, then run `npx @sentry/wizard@latest -i nextjs`. I enabled `instrumentationHook` in Next config. I deployed this...
> [@branislavbrincko](https://github.com/branislavbrincko) please set `debug: true` to your `sentry.server.config`, run a build locally (`next build`), and start the app (`next start`) – and then check the logs for any errors....
@chargome Thanks, I should have found that setting myself (though that message `[Sentry] Cannot initialize SDK...` could be clearer). Anyway... I turned on debug, built the app locally, started `npm...
@andreiborza Here is the repo: https://github.com/branislavbrincko/sentry-nextjs-test It's plain Next.js app (using pages router though!) with Sentry inicialized via wizard. Steps I did: 1. create a new project in Sentry 2....