-
Bug
-
Resolution: Timed out
-
Medium
-
11
-
Severity 2 - Major
-
1,769
-
Issue Summary
As per the title, if you attempt to run a Pipelines build manually, you will see the following error message, in case you are using Safari:
An unidentified error occurred. Please try again.
The build will execute just fine, but the error will always show up.
Steps to Reproduce
- Log in to Bitbucket using Safari;
- Navigate to any repository that has a valid bitbucket-pipelines.yml configuration in it;
- Click on the Pipelines tab > Run Pipelines;
- Run any Pipelines build;
- You will see the following error message
An unidentified error occurred. Please try again.
Expected Results
The Pipelines build will execute normally, without any error messages showing up in the UI
Actual Results
The below exception is thrown:
An unidentified error occurred. Please try again.
Workaround
Use either Chrome or Firefox, which don't have this error message, or ignore the error message altogether.