Highcharts not rendering data after build is deployed - highcharts

Highcharts is not displaying graphs once deployed but the same is working fine on local host.
I am using Highcharts version 9.1.2 for angular, following their documentation I created a scatter graph which is working perfectly on local host, but once the project is deployed the graphs are blank only the axis are seen. I am unable to debug it as it works fine on local host and gives issues only after deployment.

Issue has been resolved it was occurring due to different time zones set for the project and the for the server.

Related

How do I troubleshoot Azure AKS Service

I created a new AKS cluster. I chose a known-good, pre-existing container image from azure container registry. I went into workloads and created new two different starter application. The first is the basic web application / sample project. That sample application appears to be working fine. I then created my second application based on my pre-existing container. I chose the option for single-image application. Once created I tried navigating to the ip address for that second application. However I'm receiving page can not be displayed.
I went into the Live Logs feature. However, nothing is ever streamed. I also tried the "Diagnose and solve problems", which detected no issues.

Images and Icons wont load in Jenkins

I have upgraded jenkins to 2.319.1 and started seeing this issue.
Our Jenkins is accessed via Netscaler endpoint. https://company.internal.com/jenkins.
Earlier I used to access via host:8080 format. i.e http://host:8080/jenkins and everything was working. It still works fine when accessed like that.
Image 1 : When accessed via Netscaler
Image 2 : When accessed via ip
What I tried so far.
I have checked the logs. No info in logs. Hence I suspect this may be Netscaler's doing.
I tried using Nginx for reverse proxy and it works fine.
I tried simple theme to put custom images and icons. It wont work.
Are there any plugins which can provide icons.I have tried dark theme and simple theme plugins, but to no avail.
Update :
I narrowed down the last working version
LTS : https://archives.jenkins-ci.org/redhat-stable/jenkins-2.303.3-1.1.noarch.rpm
Regular : https://archives.jenkins-ci.org/redhat/jenkins-2.307-1.1.noarch.rpm
Update 2
svgs are present in /var/cache/jenkins/images folder. They wont load in browser.
Finally we found the solution. We had a http to https redirection policy in Netscaler. We dont know why that was blocking *.svg images.
The policy is turned off and now jenkins is working great.All the images are loading properly and functionality is working fine.
Update the plugins.
For me what worked was that I hadn't updated the plugins. As soon as I did that all the icons were available.

Http Trigger Not Scaling up using Osiris Keda

I am trying to deploy an HTTP Trigger to keda. I have installed Osiris components for the same. It helped me to scale to zero when no request is coming, but it is not scaling up from 1 instance. I have removed all replica-constraints from deploy.yaml file still no effects.
Using AKS Cluster with 3 node
Installed Keda and Osiris components using Core Tools install
I expect the nodes to be scaled up when doing a load test for 100 users. But it always show 1 instance.Please help me if anybody have tried it.

More efficient way to view changes on a mobile device without pushing rails app to heroku?

Probably a dumb question:
Right now, to see changes made in development, I run rails s and see the changes on the local version of my site. To see how changes look on my phone, I currently commit to Git (no matter how small the changes) and then push to heroku. This takes some time and results in lots of commits and deployments for minor changes (i.e. CSS stuff).
What is a more efficient way to test changes for rails web apps on mobile?
NOTE: I am aware I can shrink my browser but it never fails I get different outcomes on my phone.
Any help is appreciated.
RELATED: how do i run a development rails app / website on an ipod
You can also use Nitrous.io which is a cloud development environment. I like it because not only can I view my work on mobile, but since it's a hosted URL, I can share it with others while my server is running.
1) connect your phone to the same network that your local server is running on and point it to http://[your server's ip]:3000
2) use the XCode iOS Simulator and/or the Android Emulator
you can also use ngrok
https://ngrok.com/
which gives you a way to make an external tunnel to the outside world (for free) so you can use it outside of your local network

Why does Rails cache view files when hosted on VM and codebase on Samba share

I have the following setup:
Code on my local machine (OS X) shared as a Samba share
A Ubuntu VM running within Parallels, mounts the share
Running Rails 2.1 (either via Mongrel, WEBrick or passenger) in development mode, if I make changes to my views they don't update without me having to kick the server. I've tried switching to an NFS share instead but I get the same problem. I would assume it was some sort of Samba cache issue but autotest picks up the changes to files instantly.
Note:
This is not render caching or template caching and config.action_view.cache_template_loading is not defined in the development config.
Checking out the codebase direct to the VM doesn't display the same issue (but I'd prefer not to do this)
Editing the view file direct on the VM does not resolve this issue.
Touching the view file after alterations does cause the changes to appear in the browser.
I also noticed that the clock in the VM was an hour fast, changing that to the correct time made no difference.
I had the exact same problem while developing on andLinux.
My andLinux's clock was about three hours ahead of the host Windows, and setting the correct time (actually, a minute or so behind) has solved the problem.
Actually, setting the correct date & time in the VM does seem to have solved the problem (after I restarted mongrel) -- going to do a little more digging.

Resources