Closed mariushosting closed 8 months ago
Seems like it is missing link to translation. I'll look into it ASAP.
As a workaround you can find it.json and en.json in GitHub rep.
You can link them with docker-compose with edit:
volumes:
- path/to/local/folder:/app/translations
It should find them.
Also which compose you are using?
Also which compose you are using?
version: "3. edited.
i would put ro for the translation folder. were the file in the folder or the folder was empty? try to detach the folder if empty, and should have them included in docker image, you can link it to add more or to try edit them, but it is not mandatory to be accessed
i would put ro for the translation folder. were the file in the folder or the folder was empty? try to detach the folder if empty, and should have them included in docker image, you can link it to add more or to try edit them, but it is not mandatory to be accessed
Nothing change with :ro I tried different tests.
completely removing/detach that line fixed the issue.
volumes:
- /volume1/docker/snapp/translations:/app/translations:rw
i will put not mandatory to have a json, so empty placeholder label will render instead of crashing the app, thou allowing to better identify the problem (also i will comment out the line in readme)
Also. Thank you for using Snapp, Sorry for the short answers, I tried to get back to you before entering work 😅
Unable to start the new version 0.7
Always get the following error:
TypeError: Cannot read properties of undefined (reading 'global:appname')
Full log:
Listening on 0.0.0.0:3000 You have marked a string field as sortable but RediSearch doesn't support the SORTABLE argument on a TAG for JSON. Ignored. TypeError: Cannot read properties of undefined (reading 'global:appname') at translate (file:///app/build/server/chunks/Icon-yXj8VcnK.js:26:26) at file:///app/build/server/chunks/Icon-yXj8VcnK.js:15:49 at file:///app/build/server/chunks/_layout.svelte-4GB59oPk.js:820:101 at Object.$$render (file:///app/build/server/chunks/ssr-9Hmc4DKT.js:255:18) at Object.default (file:///app/build/server/chunks/index-oLv0bhRz.js:71:119) at file:///app/build/server/chunks/layout.svelte-zo3rgdi6.js:4:42 at Object.$$render (file:///app/build/server/chunks/ssr-9Hmc4DKT.js:255:18) at file:///app/build/server/chunks/index-oLv0bhRz.js:60:121 at $$render (file:///app/build/server/chunks/ssr-9Hmc4DKT.js:255:18) at Object.render (file:///app/build/server/chunks/ssr-9Hmc4DKT.js:263:20)