Specific VITE env variable not caught
dataProvider={icDataProvider(import.meta.env.VITE_DATA_PROVIDER_BACKEND_URL)}Every other env var I set up works, and in the Docker I do see the value when I run printenv:
VITE_DATA_PROVIDER_BACKEND_URL=http://localhost:3001