Troubleshooting "Undefined error" message

  • 14 September 2018
  • 3 replies
  • 4 views

Userlevel 3
Badge +16

Hi,

 

Couple of users are getting this error "Undefined error" when clicking submit on a form.

How do i troubleshoot this? I looked into the host logs, but there is no reference to Undefined error or the UserID of the users having the issue.

 

Any ideas? see attachment

 


14167i9520B1A6EC87B3CE.jpg


3 replies

Userlevel 5
Badge +13

Can you please share the rules that fire when the submit button is clicked? Are certain users consistently receiving this error?

Badge +6

Hi Sharpharp1,


 


Can you do a F12 browserFiddler trace when reproducing the error?


Once the users refresh do they still see the error pop up?


 


Another option is to also enable full hostserverSmartobject logging in K2, also enabling enable include full stack trace 'True' in the HostserverLogging.config


 


Look for <add key="IncludeStackTrace" value="False" /> change to True.


This requires a k2 service restart.


 


Kind Regards,


 


Nicolaas Swart

Badge +9

Try this
https://vijaydk2guy.wordpress.com/2017/06/16/debugging-smart-forms/

Reply