Burak BÖLEK
Burak BÖLEK
I can get "Start a new project" Thanks Burak Bölek
I am having the same issue  ``` 'use client' import useTranslation from 'next-translate/useTranslation' export default function Page() { const { t } = useTranslation('signin') return {t('google')} } ``` I...
Now I am having totally different error:  Also now I get the same error when I run npm run dev Thanks
Hey @aralroca I got this again:  Thank you.
Small update: If I use Server action in related page, I can get build without any problem on version "next-translate-plugin": "^2.0.3", But if there is no server action in related...
Hey @aralroca, I shared a repo with you : https://github.com/bbolek/next-translate-issue Thank you
@aralroca Still having the issue. updated package.json and pushed to repo Thanks