Forge plug-in triggering some alerts/Error in production mode

I created one forge app and i deployed in market place … some times my app throws alerts like …

{
“message”:“Unexpected token u in JSON at position 0”,“name”:“FUNCTION_ERR”,
“stack”:“SyntaxError: Unexpected token u in JSON at position 0\n at JSON.parse
()\n at run (index.js:31205:28)”
}
how to avoid this type of alerts/errors ?

1 Like

Can you provide more information on your app? What type of app it is (UI kit/ custom UI) and what it does do?

My app type is custom UI …
This plugin is mainly designed to parse user comments, Rich Text Custom fields and then update Issues fields based on predefined rules.