triin
June 7, 2021, 4:21pm
1
I have set up Reviews based on this tutorial Corvid Tutorial: Adding Ratings and Reviews to a Wix Stores Site to our website and it has worked well until now.
Now, there is an issue on our live site (www.carefab.com/reviews) , whenever someone tries to leave a review with a picture there is the following error.
Important to note
This error happens only when you try to add an image with the review.
This error doesn’t happen in Preview/Debug mode in the editor, only happens on the live website.
Could someone help me out here?
triin
June 8, 2021, 6:56am
2
This is the error that I get in Google Cloud logger if that’s more helpful.
{
"insertId": "74803b47_8a8703e0_95043f62_9cf68dbf_fb0fef9f",
"jsonPayload": {
"message": "Error detected in https://www.carefab.com version 724",
"errorEvent": {
"message": "save operation failed: DatasetError: Operation cancelled by user code. TypeError: p.uploadFiles is not a function\n at console.eval [as error] (https://static.parastorage.com/services/wix-code-viewer-app/1.1479.52/app.js:25:17558)\n at errorReporter (https://static.parastorage.com/services/dbsm-viewer-app/1.3546.0/app.js:1:248596)\n at eval (https://static.parastorage.com/services/dbsm-viewer-app/1.3546.0/app.js:1:185602)\n at l (https://static.parastorage.com/services/wixstores-client-product-widget/1.1058.0/productWidgetController.bundle.min.js:2:2520)\n at Generator.eval [as _invoke] (https://static.parastorage.com/services/wixstores-client-product-widget/1.1058.0/productWidgetController.bundle.min.js:2:2308)\n at Generator.eval [as throw] (https://static.parastorage.com/services/wixstores-client-product-widget/1.1058.0/productWidgetController.bundle.min.js:2:2945)\n at So (https://static.parastorage.com/services/dbsm-viewer-app/1.3546.0/app.js:1:184214)\n at u (https://static.parastorage.com/services/dbsm-viewer-app/1.3546.0/app.js:1:184995)",
"eventTime": "2021-06-08T06:53:48.977999Z",
"serviceContext": {
"version": "724",
"resourceType": "global",
"service": "https://www.carefab.com"
}
},
"@type": "type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.Insight",
"exceptionInfo": {
"message": "DatasetError: Operation cancelled by user code. TypeError: p.uploadFiles is not a function",
"type": "save operation failed"
},
"errorGroup": "COnnqo_j-67BxwE"
},
"resource": {
"type": "global",
"labels": {
"project_id": "corvid-managed-a127a0ff"
}
},
"timestamp": "2021-06-08T06:53:52.963673757Z",
"severity": "NOTICE",
"logName": "projects/corvid-managed-a127a0ff/logs/clouderrorreporting.googleapis.com%2Finsights",
"receiveTimestamp": "2021-06-08T06:53:52.963673757Z"
}
Hi Triin Kallas, please review is it still reproduced? It works as expected for me, review with image added.
triin
June 9, 2021, 7:23am
4
Yes still having this issue, no change yet. It worked for me before as well.
I don’t know if these are related, but last week we had the same issue as here https://www.wix.com/velo/forum/coding-with-velo/i-m-getting-an-error-almost-every-other-time-a-page-loads-net-err-http2-protocol-error-200-and-recent-wixlocation-to-errors. This is one is now fixed, but it does seem from the error messages that some services are failing to load on the website and perhaps it’s related to those?
And again, adding a review with an image works in the editor/preview, so don’t really know what to do here