Mateusz
Mateusz
It can be already changed by adding an environment variable to the docker-compose file. For example: ```yaml environment: TZ: America/Denver ``` Will set your timezone to specified region. No additional...
@simjanos-dev you can try a "naive" approach -> if the front-end gets an Unauthorized Error from the API route to the login. That would require fixing bug that calls user...
I would recommend merging the PR by @sergiolaverde0 first: https://github.com/simjanos-dev/LinguaCafe/pull/393 as ARM64 builds are very slow.
The ARM64 can be tested by the docker image here: ghcr.io/mateuszmrw/linguacafe-python-service:latest
@Nimrodium sorry, for some reason the image was changed to private, now it is back to public and should work!