Hello,
When I try to update my objects, I got this error message suddenly.
(Yesterday, it was working fine)
Is there any error in my code?
I just want to know what this Fault means? I cannot find the reference about fault code.
Thanks!
Hello,
When I try to update my objects, I got this error message suddenly.
(Yesterday, it was working fine)
Is there any error in my code?
I just want to know what this Fault means? I cannot find the reference about fault code.
Thanks!
Hello,
does your review object contains some reference to geopoints?
I can’t figure out whats the problem by looking at your piece of code. What object do you save, what properties contains in it? Would be nice if you can provide us some minimal verifiable sample which we can run and reproduce the same error.
oh is this Fault related with geopoint?
Store object holds the Reviews array as 1:N and Store object has a geopoint property as location
Review object has the property as the attached file.
Do u think I need to upload my project via Dropbox or Onedrive?
Now the situation is
Is there any reason to cause this Fault?
I don’t need full project, just a small example which I can run to get the same error.
Please check that geopoint in Store object has valid (and existing) geo category name, categories
property in location (it should be an array of names - even if its one).
Hello, I got this error once again, but now disappeared after trying several times.
I think there is no issue on my Geopoint’s category name.
Bcs I tried over 50 times but suddenly got this error in certain categories.
Is there any reason u can guess on this error?
Hi,
as I can see on screenshot you’ve attached, there was an attempt to save some record in category named ‘2F5ABF45-33E9-AA13-FFA0-101FE4E6DE00’. This leads to error, because it’s not valid category name (as error says too). Please try to debug your code and find the reason why you are passing this string as a category name.
Regards,
Stanislaw