Chapter 3. Bug fixes
3.1. Enabling persistence of home directory breaks Universal Developer Image home directory, PATH, and environment variables Copy linkLink copied to clipboard!
Before this update, enabling the persistence of the home directory broke the Universal Developer image home directory, PATH, and environment variables. With this update, this issue is fixed.
Additional resources
3.2. "No PersonalAccessTokenFetcher configured" error message appears in re-opened workspaces Copy linkLink copied to clipboard!
Before this update, re-opening an existing workspace resulted in a "No PersonalAccessTokenFetcher configured" error message. With this update, the token is refreshed on a workspace restart.
Additional resources
3.3. Workspace start error after rejecting SCM authorization Copy linkLink copied to clipboard!
Before this update, rejecting SCM authorization led to an error appearing at workspace start. With this update, the workspace starts correctly.
If you reject the authorization, you can not use git push in the workspace without an additional setup.
Additional resources
3.4. "Unauthorized" error message when opening the IDE Copy linkLink copied to clipboard!
Before this update, an "Unauthorized" error message would occasionally appear at the 'Open IDE" phase of the workspace start. With this update, the issue is fixed.
Additional resources
3.5. "Bearer Token Authorization" errors from the Dashboard Copy linkLink copied to clipboard!
Before this update, the "Bearer Token Authorization" error would occasionally appear in the dashboard. With this update, retry request implementation solves the issue.
Additional resources
3.6. Starting Microsoft Azure DevOps Git repositories with white space characters in the URL Copy linkLink copied to clipboard!
Before this update, it was not possible to start a workspace based on the Microsoft Azure DevOps Git repositories with white space characters in the URL. With this update, the issue is fixed.
Additional resources
3.7. Builds failing due to missing common tooling config directories in UDI Copy linkLink copied to clipboard!
Before this update, builds would fail because of missing common tooling config directories. With this update, the following directories are pre-created in the default UDI with the correct permissions allowing users to write into them from the workspace:
-
Maven:
/home/user/.m2/ -
Pip:
/home/user/.config/pip/ -
Cargo:
/home/user/.cargo/ -
PHP:
/home/user/.composer/ -
.NET:
/home/user/.nuget
Additional resources