Eliophot
Eliophot
Hello, same pb with nuxt3 ``` Cannot restart nuxt: options is not defined ```
Hello, I have the same issue with vite.js ``` TypeError: messageCompiler is not a function ``` Ok in dev mode, only KO if build in prod Same old issue :...
ok I fixed it with the runtimeOnly option to false (vite.config.js file) : ```js import vueI18n from '@intlify/vite-plugin-vue-i18n' export default defineConfig({ plugins: [ vue(), vueI18n({ runtimeOnly: false, include: path.resolve(__dirname, './path/to/src/locales/**')...
Hello, I have this issue with plesk (Phusion Passenger)...
@mmsorbo can you save your M2O field when you edit it ?
Hello, Could you tell me when this feature is due to be rolled out? Thanks,
Hello, same issue with docker logic... I think similar issue : https://github.com/drakkan/sftpgo/issues/1738 Thanks