Buenas,
Me han invitado a un workspace y he aceptado la invitación, pero una vez que voy a entrar al workspace me sale el siguiente error: "Resource not found
Return to the previous page or go back to your dashboard.", he intentado abandonar el workspace para que volviesen a incluirme y probar pero tampoco me deja salir de él.
Espero su respuesta,
Gracias, un saludo,
Claudia
Hi Claudia,
Are you trying to access a certain repository via URL? If you do not have access to this repository, you will receive this error message, so I would avoid using the direct URL and instead selecting the workspace that the repository belongs to and determining which repositories you have access to under this workspace:
If you are unable to find the repository - I would suggest checking the path to the repository from your local configuration (ie workspaceID/reposlug) by checking your remote URL configuration:
git remote -vvv
Once you have the path, you can access the repository directly with the following URL:
https://bitbucket.org/workspaceID/reposlug
If this still does not work - I would recommend reaching out to a workspace administrator for further assistance.
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.