Unigui version : 1.0.0.1425 ExtJSVersion 4.2.5.1763
Our web application work with a few computers (deployed like a service) but in one computer we see nothing on the web page. (Only the loading progress component and the /server page)
Our pages are generate by code in result of a API call.
If I open the source code of the generate html page I can see the message : "This web application requires JavaScript enabled"
Javascript is activated on windows and chrome but same result.
Same result if i try to open the page trough an other computer (with service on the computer that doesn't work)
And I can open the web page on the computer that have the problem if the service is on an other computer.
I use the deployement framework.
Hope all this information can lead you to an idea of what is my problem.
Thanks for your help.
Regards,
Nicolas.
I couldn't fully understand your problem.
Our pages are generate by code in result of a API call.
Can you provide more details?
thanks for your quick reply.
Yes we have a REST API and the content of our web page is related to API call (ex: result of API call of a specific ressource give us a list of objects and we create panel and more from list)
But finally it was only a access problem to our REST API. I don't know why the result is this message in the generate html source code "This web application requires Javascript enabled" it put me on a wrong way to resolve the issue.
Sorry to have make a post for nothing.
Regards,
Nicolas.