Cannot Remove Store
See original GitHub issueDescribe the problem/bug
When attemping to remove a Store on the /stores
page, clicking “Remove” will reload the page with confirmation “Store successfully deleted” but the Store is still listed. Logs to console show no indication of error.
Removing Apps still works fine.
Your environment
- Version of BTCPay Server: master@ 579e0d2e0973540daa92d67b46c3d290809a2293
- Deployment method: Manual Deploy on Ubuntu 16.04
- Other relevant environment details: Running Sqlite
To Reproduce Steps to reproduce the behavior:
- Go to
/stores
- Click “Remove” button
- Accept on “Delete This Store” Page
Expected behavior The Store is removed
Actual behavior The Store is not removed
Screenshots/Links
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Can't remove, uninstall, or reinstall Microsoft Store app
This article describes Microsoft Support policy on removing or uninstalling Microsoft Store App from Windows 10 devices.
Read more >Why can't I uninstall Microsoft Store Apps? - The Donut Whole
First, you can try using the Settings app. Go to the Start menu, select Settings, then go to System > Apps & Features....
Read more >Unable to remove store from StoreFront console
Open PowerShell with admin rights. Run asnp citrix*; Run Get-STFStoreService; Find the value of virtual path of the store to be removed. User-added...
Read more >3 Ways to Remove the Microsoft Store App From Windows 11
You can remove the Microsoft Store app from Windows 11 using the winget tool and run it using the command prompt. In addition,...
Read more >Can't uninstall Microsoft Store game : r/Windows10
36 votes, 16 comments. Hey everyone, having issues uninstalling a game I downloaded through the Microsoft Store.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@conscott the problem is that your deployment is using SQlite.
I did not remove SQLite support but I intend to deprecate it in favor of Postgres. This is a bug, but not one to spend time fixing on my side. (if you can find out what’s wrong and fix I will merge)
@conscott I just tried this locally on my machine and it works just fine if I create a store and delete it right away. Are you doing special with the store after creating it and before deleting it?