SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.24k stars 998 forks source link

Error after deploy - Expected double-quoted property name in JSON #9354

Open sauslash opened 9 months ago

sauslash commented 9 months ago

After deploying(Deploy and test asset provisioning), when I accessed the list I got the following error:


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ghost commented 9 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

ved-leachim commented 9 months ago

I am experiencing the same issue: Screenshot 2023-11-29 at 22 12 36

Seems to be be a general issue: https://sharepoint.stackexchange.com/questions/310267/could-not-load-sharepoint-online-list-expected-double-quoted-property-name-in

nick-pape commented 9 months ago

Are you able to get a correlation ID for this error? Or a network trace (which can be sent to nicpape at microsoft dot com)?

Are you deploying custom feature XML in your app, or does this happen with a regular SPFx deployment with no custom assets?

ghost commented 8 months ago

This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within the next 7 days of this comment. Please see our wiki for more information: Issue List Labels: Needs Author Feedback & Issue List: No response from the original issue author

sauslash commented 8 months ago

Are you able to get a correlation ID for this error? Or a network trace (which can be sent to nicpape at microsoft dot com)?

Are you deploying custom feature XML in your app, or does this happen with a regular SPFx deployment with no custom assets?

How do I get this? (correlation ID) Yes, a custom feature that creates the list with fields, exactly like it is in the page tutorial.

After days without accessing the SPFx List created, today I accessed it and it opened normally, the error no longer occurred. I'll redo it from scratch and see if the behavior has changed.

Thank you.

sauslash commented 8 months ago

Hi @nick-pape , It was not clear what happened, since today when I accessed it it was working and there were no changes. Anyway, I repeated the tutorial removing the app from the catalog and did it all again, it worked. Thanks

jikleveland commented 8 months ago

I too get the same error for a period after deploying a new version of a form customizer when opening the list. After a while, and with some refreshes of the page, it works as normal. And when deploying a new version I get the same eror for a while...

thuraua commented 6 months ago

In my case, the issue was gone after hitting "Empty Cache and Hard Reload" in Chrome browser.