super-ben
super-ben
Unfortunately, the problem still persists even in the latest version and the latest iOS. This is sad as my main use (90%+) would be iOS devices so at the moment...
If it helps in any way, I found this when opening the site in Safari, MacOS: ChunkLoadError: Loading chunk 2 failed. (missing: http://hostname:port/_nuxt/cf3ecde.js) promiseReactionJob Also: cf3ecde.js Line 2 invalid regular...
Thank you for your answer and the tips. The current situation is 37 tasks on the cli and 32 on the webui in the browser (runnning the compose file above)....
Great, thank you!
Thank you for your efforts! I just tried and unfortunately I see the same results. At this point I tend to think that I'm doing something wrong: - when I...
Sure thing, as I'm using the docker-compose file shown in the opening post, with a simple `docker-compose up -d` command. And the echo: ```shell / # echo $TASKRC /.taskrc ```...
It may not be entirely correct, let me show you why, here's my modified compose file with very direct mapping among the environment variables: ```yaml version: '3.7' services: taskwarrior-webui: image:...
Ah, okay, thanks, I misinterpreted your last message but I just tried this and works well. :) The current different in the number of tasks remains, 24 vs 21 at...
Hmm..the remaining 3 tasks in this case were on the "Waiting" page..I don't really know why (as tehy are note marked as Waiting in TW), but after seeing this I...
Do you run the command above as root? If so, the problem is that $HOME will be the root's home (/root). Either run it as your user or map the...