I am not able to open project files in web IDE option

Hi Team @iwalker

We are currently using Gitlab version 16.3.6 linux based installation.
while edditing the file in UI we selected “web IDE” option and we were unable to open the project folder inside “WEB IDE”
Please let us know how to fix the issue

Find the attached error image.

Thanks,
Mridula U

Hi Team,

Any updates on the above issue?

Thank you,
Mridula U

Hi @Mridulau , is your gitlab behind a reverse proxy?

If so, I had the same issue and my problem was an extra “/” at the end of my proxy_pass.

proxy_pass https://ipFromServer/ did not work, but
proxy_pass https://ipFromServer works perfectly

Hope I could help!

Same issue at 17.4.2
The proxy_pass is without the endig slashes