SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at AppPicker.reloadApp (/opt/watcher/source/app-picker.ts:236:31)
I couldn’t find AppPicker.ReloadApp on all files
SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at AppPicker.reloadApp (/opt/watcher/source/app-picker.ts:236:31)
I couldn’t find AppPicker.ReloadApp on all files
Hello!
This is usually a problem with you using parse with an incomplete string input.
Could you perhaps share your app name or URL so we can help debug?
FYI: AppPicker.reloadApp is a built in function, it won’t show up in your code.
This probably means that there’s a syntax error in your package.json
or some other core json file. Make sure that all braces {
are closed with }
, all strings are closed and there are commas in the right place.
This topic was automatically closed after 180 days. New replies are no longer allowed.