Save operation failed: e.<computed> @ ua-parser.js:1 (console.js:35)

Hi All,

Apologies if this is a somewhat basic question but I’ve looked through ~20 threads related to data not submitting correctly and haven’t found this specific error anywhere.

I’ve a read/write dataset linked to a database which has “update” permissions set to “site member author” - when hitting the submit button I’m faced with an error message and developer console says "Save Operation Failed: e. @ua-parser.js:1 " and that’s within console.js:35.

All text input fields are correctly set to the corresponding database fields (and all are text inputs). The weirdest part is that when I’m previewing, everything is fine, it’s just on the real site that I’m facing issues. When doing it for real I’m in a tester account (attempting to edit the information created by the same tester).

Here’s my editor URL in case it’s useful! https://editor.wix.com/html/editor/web/renderer/edit/56d521a1-96d6-4ac7-96cc-3d9a26db65c1?metaSiteId=b2fcc94e-ecfe-462c-a9b4-2a609ef155d7&editorSessionId=97e89696-622a-43d9-a65c-56519896dc2b&referralInfo=my-account

Huge thanks in advance!
Phil

Did you sync your sandbox database to the Live?

Hi Yisrael, thanks for responding!

I have done yup, and I did it again just now with no change :frowning: I do have a bit more detail from the live dev console in case it’s useful (pasted below for reference).

Thanks again, really appreciate it!

e.<computed>	@	ua-parser.js:1 

r.error @ index.js:4
eval @ index.js:4
errorReporter @ app.js:1
eval @ index.js:4
n @ wixcode-private.js:1549
eval @ wixcode-private.js:1549
e. @ wixcode-private.js:1549
n @ index.js:4
eval @ index.js:4
Promise.then (async)
n @ index.js:4
eval @ index.js:4
eval @ index.js:4
postMessage_onMessage @ ua-parser.js:1
value @ ua-parser.js:1
delegateMessageToSDK @ bolt-worker.js:1
(anonymous) @ bolt-worker.js:1
n @ wixcode-private.js:1549
eval @ wixcode-private.js:1549
e. @ wixcode-private.js:1549
asyncGeneratorStep @ bolt-worker.js:1
_next @ bolt-worker.js:1
(anonymous) @ bolt-worker.js:1
_processMessage @ bolt-worker.js:1
(anonymous) @ bolt-worker.js:1
handle @ ua-parser.js:1
(anonymous) @ bolt-worker.js:1
self.onmessage @ bolt-worker.js:1

Just curious here as you say that it is setup to be site member author only, for which a members profile page would be etc.

However when you say ’ When doing it for real I’m in a tester account (attempting to edit the information created by the same tester).’

Are you using the same login details as any other testers as obviously they would have been given a user id for that account and you need to be using the same account with the same user id to be able to edit and save the details etc.

However, as you have provided your Wix Editor URL, then Yisrael can have a hands on look as soon as he can and see what the actual issue here is.

Interesting to know as well as ua parser is a npm that gets details on user agent and device etc.

Like user agent here -( https://www.w3schools.com/jsref/prop_nav_useragent.asp )
unless I am thinking of something else, probably :wink:

It is probably just a slight error in the code that you have used on the page.

@givemeawhisky Thanks (yet again)! Turns out all I needed to do was add a filter to my dataset for Owner is Logged in User and it seems to have solved the problem!

I’m getting some validation errors now when I test with a different account but I’m pretty sure they’ll be basic to solve.

Really appreciate your help!