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
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
The old way an url to browse to a file is build is:
bitbucket.org/{team}/{repo}/src/{branch}/{folder}/{file}
if the "New source browser experience" is enabled in the Bitbucket settings the URL is build differently:
bitbucket.org/{team}/{repo}/src/{latest-commit}/{folder}/{file}
because of this you'll get a 404 error when trying to use the package with the "New source browser experience" option enabled.
Maybe a toggle in the package settings to toggle between the old way and the new way? I guess the new source browser will be default soon.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The old way an url to browse to a file is build is:
bitbucket.org/{team}/{repo}/src/{branch}/{folder}/{file}
if the "New source browser experience" is enabled in the Bitbucket settings the URL is build differently:
bitbucket.org/{team}/{repo}/src/{latest-commit}/{folder}/{file}
because of this you'll get a 404 error when trying to use the package with the "New source browser experience" option enabled.
Maybe a toggle in the package settings to toggle between the old way and the new way? I guess the new source browser will be default soon.
Thanks in advance.
The text was updated successfully, but these errors were encountered: