# Training 11 experience review ## What made us smile? - The configuration is straightforward (just a few things to do and it works). ## What was confusing? - You can copy and paste a file into the main branch, and only get notified when you try to do anything else, like rename the copied file. Then when you get the notification, create and checkout the new branch, that original copied file remains on the main branch. The new branch does not carry your changes. The user should be notified that they are on the main branch right after triggering the **Copy** command. - The **Logout** button was missing from the production environment. ![Screenshot 2024-07-11 at 14.03.48.png](/assets/screenshot-2024-07-11-at-14.03.48.5d1b9dd6c13f2284a5207c985fa4039ff24244d7af305fc02c07a8fc5dd8e1f9.9c1bb791.png) - Afer logging in to prod on Safari we had a blank page, the URL was a redirect to /create-or-join-organization, but no content was rendered. - After clicking the invitation link the user gets a 404 error page instead of a message like "you already accceped the invitation" and then a redirect to the login page. - It would be good to have a toas or email notification that a build has failed.