NoJamesNo / PWS-Frontend

Frontend UI for MSU Enviroweather personal weather stations.
0 stars 1 forks source link

API doesnt work on AWS amplify #6

Open NoJamesNo opened 3 months ago

NoJamesNo commented 3 months ago

it dont work

billspat commented 3 months ago

Per our conversation, this is not the fault of this javascript, NPM or amplify but the fact that the API is using a self-sign SSL certificate (or no SSL at all) and the NPM module most likely will not connect without overrides. The solution is to get the API backend secure, which blocks this project.