You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
When the atlantis module working directory is ./ the urls for the log streaming UI doesn't work because browsers will strip the ./ from the url.
Reproduction Steps
Configure a repo with the atlantis.yml configured for the . directory.
- dir: "."
When you run a plan or apply the URL for the log tailing in github will not load at least in firefox.
The generated URL looks like this once the browser loads it
Community Note
Overview of the Issue
When the atlantis module working directory is
./
the urls for the log streaming UI doesn't work because browsers will strip the./
from the url.Reproduction Steps
Configure a repo with the
atlantis.yml
configured for the.
directory.When you run a plan or apply the URL for the log tailing in github will not load at least in firefox.
The generated URL looks like this once the browser loads it
http://atlantis1.usw2-hub1.nidops.net:4141/jobs/org/repo/95/dev
because the folder is
.
Environment details
The text was updated successfully, but these errors were encountered: