Deiring Andreas

Results 15 comments of Deiring Andreas
trafficstars

@thlcodes @Arnaud-J Thanks for showing the namespace workaround. I switched from [next-i18next](https://github.com/isaachinman/next-i18next) to [next-translate](https://github.com/vinissimus/next-translate) and couldn't find a fix for the i18n-ally extension problem.

@inlined Could you please explain how this should fix the empty environment variables on deploy? Based on your reference it should be used like this: ```typescript import { initializeApp }...

Same Problem. Workaround: Reinstall node modules from output server folder ```json "scripts": { "dev": "nuxt dev", "build": "nuxt build", "clean": "cd .output/server && rm -rf node_modules && npm i", "deploy":...

I request a feature for a customizable login screen in this discussion #5569. I will mark it as answered and hope for future progress in this issue.

For optimization purposes, I compare the necessary data before transmitting via socket and also combine all data into one bulk transfer. With this, it is possible to reduce the transfer...