I got this error, getting owner: getting team data: rpc error: error code =NotFound desc = team not found, how can I solve it?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @6737b32653f1497f9f55b9c26f444,
Are you using the App Platform?
App Platform retrieves your app’s code from your linked repository (GitHub or GitLab) or container registry (DOCR or Docker Hub), detects the type of language the app is written in, and deploys the app into an appropriate container environment. App Platform hosts the app at a public URL provided by DigitalOcean and can automatically redeploy the app when it detects changes in the repo.
Can you please give more information on what and how are you trying to deploy your App so that we can give a more pinpoint answer?
Additionally, the Docs for the App Plaform containing multiple information on how-tos and quickstart guides can be found here:
https://docs.digitalocean.com/products/app-platform/how-to/create-apps/