Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem deleting an application #8837

Closed
KevinHamonApp opened this issue Nov 28, 2022 · 1 comment
Closed

Problem deleting an application #8837

KevinHamonApp opened this issue Nov 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working env - production Bug found in production

Comments

@KevinHamonApp
Copy link

Hosting

  • Cloud
    • Tenant ID: hamon

Describe the bug
I deleted my app from the API, from the interface here: https://docs.budibase.com/reference/delete_applications-appid
The request went well. But then, I still have my app in the apps list on my account. I can't edit / manage it anymore (404 not found).
But I can't add a new app as I reached the 4 limit from free cloud.

To Reproduce
Steps to reproduce the behavior:

  1. Create an app
  2. Go to this url https://docs.budibase.com/reference/delete_applications-appid
  3. Specify the app id and api-key
  4. Launch the request
  5. Come back to your account
  6. See error

Expected behavior
I would have expected to have deleted my app from the list.

Screenshots
image
image

@KevinHamonApp KevinHamonApp added the bug Something isn't working label Nov 28, 2022
@melohagan melohagan added sev2 - severe env - production Bug found in production labels Nov 28, 2022
@shogunpurple shogunpurple self-assigned this Nov 28, 2022
@shogunpurple
Copy link
Member

Hi @KevinHamonApp

I've just looked into this and I'm able to reproduce. You can fix your issue in the meantime by deleting the dev app, in your case the appID is:
app_dev_hamon_6a89ca6a030e47c0b65f0f5f62eaa709

The problem here is that the minIO bucket is shared between the dev and production apps, and was deleted when you deleted the published app. I'll add some code to prevent this when the app is published, so that the dev app is still accessible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working env - production Bug found in production
Projects
None yet
Development

No branches or pull requests

4 participants