-
Tested at my side, and everything works fine. Can you please attach an example project here demonstrating the issue?
-
@robin what exactly should I attach? I don't think having a zip of the repo with a single txt file provide any help. I think the issue is somewhere in the configuration. i could post some of the /opt/onedev content, but need to do so privately because it may include some private data.
btw. i am running onedev via this docker compose:
--- networks: default: name: docker_net external: true services: onedev: image: 1dev/server restart: unless-stopped container_name: onedev ports: - 6610:6610 - 6611:6611 environment: - TZ=Europe/Bratislava volumes: - ./repos:/opt/onedev - /var/run/docker.sock:/var/run/docker.sock networks: - default -
Previous Value Current Value Exception in rendering component when clicking on any commit
Exception when click commit containing added/removed files
-
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (e7ce156c)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build #4986 is successful
-
Suggest to enable tty for your docker composer file, as otherwise OneDev console log can not be shown correctly.
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
10.5.0
|
| Labels |
No labels
|
Issue Votes (0)
Not sure what it wrong with my setup, as I am quite sure this is not a generally occurring issue:
when i click on any commit, e.g. link http://192.168.50.10:6610/nginx_proxy_confs/~commits/db59cc4706de67391e8b8308fc0106cf804bff51 (accessing OneDev directly instead of a reverse proxy to rule out bad config in the proxy settings) i get the error below
Running the latest docker version of OneDev. Happens in all the projects, even on files uploaded manually.