TRPC Client Error - Weather widget cannot fetch data
Hello,
I'm currently getting the following and I'm using docker compose through portainer for my instance:
Docker compose is as follows (env file just contains encryption key):
See pictures attached.
Thank you
I'm currently getting the following and I'm using docker compose through portainer for my instance:
2025-01-17T22:21:50.563Z error: tRPC Error with query on 'widget.weather.atLocation': (INTERNAL_SERVER_ERROR) - fetch failed
Docker compose is as follows (env file just contains encryption key):
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.0.1
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/homarr:/appdata
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
env_file:
- stack.env
See pictures attached.
Thank you


