1👍
You have some config or infra redirecting your http request to https which is failing because you likely either don’t have HTTPS configured or you should be using the domain name instead of the IP as SSL requires a domain name to work(most of the time).
- [Vuejs]-Test code coverage all lines tested but not 100% on branches and statements
- [Vuejs]-Vue values not recognized in template
Source:stackexchange.com