Was this an in place upgrade? Or was K2 moved to another server during the upgrade process?
If there was a K2 server move, perhaps a network configuration was missed.
If no moves, have you also tested with the browser cache cleared?
Does the browser’s Developer Tools > Network trace indicates what it is failing on? Is there a matching error in K2 HostServer log?
Is only the Workspace site exposed to the extranet? If not, does the K2 Designer site loads?
Dear TinTex,
Thank you for your information.
This issue is only after upgrade and no change in the servers.
and we tested with static html by hosting in the same server which is working with out issue.
We have an issue only while connecting k2 forms, even K2 workspace is not loading and same issue with all the K2 forms.
From network trace, I could see AjaxCall.ashx is getting connection issue.
attached screen shots from both network trace and from console with developer tool.
Best Regards,
Hi,
After a investigation, we found K2 smart forms are not loading if there is any smart objects are associated with in it and its loading with out smart objects. I have logged a ticket and its been more than a week, but no support from the technical team.
please let me know, if any body has a solution for this issue.
Best Regards,
Thriveni
Dear TinTex.
Thank you for providing information.
We are facing this issue with all the browsers, Chrome, Edge and even with FireFox.
we do not have any issue with internally and yes, we are using F5 to expose K2 externally.
and it seems to cache-fm.js file issue and I have attached browser issue, which is involved with cache-fm.js
and we tried below workaround specified in below blog.
https://cdn.f5.com/product/bugtracker/ID893953.html
But as we are not hosting F5 in virtual server and we couldn’t able to progress much on this.
Request to let me know if you have any idea on this and there is no technical support from nintex team .
Appreciate your support.
Best Regards,
Thriveni
Dear @Thriveni
F5 is changing the URL and forwarding/providing access to (exposing) the intial SmartForms call to allow loading a Form or View, but after that, SmartForms then gives the configured URL for the return calls from SmartObjects.
Since SmartForms does not know that the calls have been forwarded (or exposed) via a different URL, this then breaks since it is only available from the exposed:
https://extranet.pf.gov.ae/f5-w-68747470733a2f2f6573657276696365736465762e70662e6165$$/Runtime/Runtime
And not from what is expected of
https://extranet.pf.gov.ae/Runtime/Runtime/AjaxCall.ashx
To solve this you must either:
Set up either a secondary site (https://help.nintex.com/en-US/K2five/icg/5.6/Content/Configure/SF/Config2nd-Runtime-site.htm) with configuration on F5 for the change
OR another SF Node that will have similar setup to Network load balancing (https://help.nintex.com/en-US/K2five/icg/5.6/Content/Plan/Performance-Considerations.htm) where the URL is not modified in that way and the name is constant. Also with configuration on F5 for the change
OR Setup F5 so that it does not modify the URL in that way for SmartForms.
Thank you. Andrews.
F5 upgraded their environment and its resolved.
Best Regards,