Open tomchoondal opened 3 months ago
@tomchoondal If you open the browser's console, do you see any errors/warnings?
Yes @Youssef1313 I will share the console errors I am getting in both cases Case1: using localhost
Case 2: using ipaddress of machine
@tomchoondal, There is a bug in SKXamlCanvas when the browser is not in a secure context. We'll work with MS to resolve it. Switch to HTTPS for now.
@Youssef1313 and @ebariche Thank you for your valuable comments. The issue is solved when hosted in https format.
Describe the bug The LiveChart for Uno Wasm is rendering on locally in web browser. When hosting in IIS it is rendering in localhost:50 (where 50 is port number) for eg http://localhost:50/. But not rendering on when trying using IP address with port number for eg: http://192.168.1.103:50/
To Reproduce Steps to reproduce the behavior: I am attaching the sample code.
Expected behavior The chart should be accessble via ip address as well so that the app can be hosted in a VM and app can be accessed using ip address when computers in same network.
Screenshots Screenshot 1: The chart is rendering on localhost:50
Screenshot 2: The chart is not rendering on http://192.168.1.103:50/
Browser: Edge Uno version 5.3.18.22
Additional context I am an employee of Baker Hughes, and we are working a data visualization app using uno platform. we need to host this application in VM's cannot host in a server or cloud because the rig machines will not have an active internet. We will host this app in a VM using IIS. And any users connected to baker network can access the app using hosted machine's IP Address. This is the configuration flow of the app. We can only proceed further if we get a clarity on above mentioned issue. UnoSampleCharApp[1].zip