Hi there,
I am prototyping a project on Firebase Studio and another developer has recently joined me in the project. I forked the project for her so that we can work simultaneously on different parts of the code.
When I am working on my desktop, I use a local URL to open up the app on my browser:
(details of the URL has been modified but this is the format of the URL in general):
I have already made her the owner of the project using Google Cloud Consoleās IAM section. When she ran Firebase Studio on her PC, she tried both the same link and also localhost9002 (as the dev server runs on 9002). In both cases, she got the following error:
(again, identifying details in the error text tave been modified but this is the format of the error in general)
401: The Workstation does not exist or your currently signed in account does not have access to it. APPLICATION_ERROR;google.cloud.workstations.v1beta/Workstations.GenerateAccessToken;Permission āworkstations.workstations.useā denied on āprojects/111111111111/locations/europe-west4/workstationClusters/workstation-cluster/workstationConfigs/monospace-config-web/workstations/firebase-project_fork-2222222222222ā on port ā9002ā;Ap
I do not know how to solve this error and how I can enable her to open up a local dev instance of the app in the browser at her own PC. Is there anyone who experienced such an issue? I would love to hear what you did to solve it.
Cheers!