WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.5K

(post is archived)

[–] [Sticky] 0 pt

You need to refresh the page first. It happens on some browsers when using privatte/incognito.

[–] 0 pt

it happens always as a matter of fact. You probably need to tweak JS, if I click again you are firing same Save event on that button and returning 200 with the JSON error Already saved. Not a big deal but you should swap the button or assign new click event after the first save call. And you should return error codes, (probably 409 in this case), but the web app should be built in a way that ideally there are no situations where you hit errors on the backend

[–] 1 pt

less is more.

fixed with a document.location.reload()