#prisma Bug

3 messages · Page 1 of 1 (latest)

gray jewel
#

I want to delete data in prisma studio. I am clicking to delete button but after that nothing is gonna happen

slender fern
# gray jewel I want to delete data in prisma studio. I am clicking to delete button but after...

Bro, that's unfortunate. it's always hard to see when a button isn't buttoning.
from the surface, that could be a physical problem with your input device. maybe the left click isn't registering, so try hitting it harder... bonk
if it does, perhaps it's a frontend UI bug where the button doesn't trigger a network action (request). even browser extensions like ad blockers can prevent such network requests, which might not necessarily be a UI bug...

you can find that out by opening the inspect element and going to the "network(s)" tab. and then, click the delete button again to see if any requests will pop up.
if you saw a network request, it means the poor button is doing its thing.
then, you can click on that network request to see if it reached the Prisma Studio server and how the server responds...

refreshing the page would also help. maybe you're trying to delete some non-existing records you deleted previously. CB_pika_think

gray jewel