[GDS] Document base-url redirect issue
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem
When running GitLab locally on Docker, GitLab's base URL is set to the Docker hostname by default. Because of this, clicking some links within the GitLab instance will try to redirect you to a URL that looks like:
http://8eda445b1/demo-group/core-apps/issues/1
Rather than
http://localhost:3000/demo-group/core-apps/issues/1
Example of this behavior
Proposal
Add documentation to the Data Seeder (especially the Demo Snippet), to set the GitLab Base URL to localhost
Edited by 🤖 GitLab Bot 🤖