Burak BÖLEK

Results 7 comments of Burak BÖLEK

I can get "Start a new project" Thanks Burak Bölek

I am having the same issue ![image](https://github.com/aralroca/next-translate-plugin/assets/1146456/b59c0914-119a-4567-a407-48c2de0f8d76) ``` '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: ![image](https://github.com/aralroca/next-translate-plugin/assets/1146456/2402ddc9-42d1-497c-8276-c7327a940a8f) Also now I get the same error when I run npm run dev Thanks

Hey @aralroca I got this again: ![image](https://github.com/aralroca/next-translate-plugin/assets/1146456/85816663-b593-444c-95ec-4a0858ce2141) 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