Build from source fails for remotely in docker container
- Dominant language
- C#
- Stars
- 5.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When trying to build client from source using docker container, the download of required files fails because of incorrect network path
**To Reproduce**
Steps to reproduce the behavior:
1. Setup remotely in docker container
2. Download remotely-desktop setup
3. execute setup.exe
4. See error:
An error occurred trying to download 'http://127.0.0.1:5000/Content/Win-x64/ClickOnce/Remotely_Desktop.application'.
See the setup log file located at 'C:\Users\LOCALA~1\AppData\Local\Temp\VSDF772.tmp\install.log' for more information.
**Remotely Version**
Server: latest docker 1273
**Expected Behavior**
The url used for the build is correct using provided settings or path
(in my case a local
Build is sucessfull :-)
**Additional Context**
My container is listening at 10.0.0.49:5555 and i guess this url shoud be setup or used somewhere for the build to know where to go.
Once again, many thanks for your work.
Regards
Contributor guide
No contributing guide indexed for this repository
Research direction
No source files or tests are identified. Reproduce the Docker setup and download steps, then inspect how the build generates the ClickOnce URL and compare it with the reported container address 10.0.0.49:5555; done means the generated URL is reachable instead of pointing to 127.0.0.1:5000.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, docker
- Domain
- build-system, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100