hackthehack / hack-zero-v2-backend

using lambda functions as backend for the front end react app
MIT License
0 stars 1 forks source link

Several endpoints not working expected behind proxy #41

Open HuangStanley050 opened 4 years ago

HuangStanley050 commented 4 years ago

Issues working on company machines with proxy setting

Tested on machines that doesn't have proxy setting configured and working fine

HuangStanley050 commented 4 years ago

image

HuangStanley050 commented 4 years ago

image

HuangStanley050 commented 4 years ago

Connecting with mongoDB might not be a big issue, can always spin up a local MongoDB dev or docker locally. However, unsure why HTTP request fails within the lambda functions

HuangStanley050 commented 4 years ago

From browswer within VPN, request to https://cognito confirm works but doesn' work from Postman

HuangStanley050 commented 4 years ago

Addressing issue with http request to https://cognito with PR https://github.com/hackthehack/hack-zero-v2-backend/pull/42

HuangStanley050 commented 4 years ago

Trying to set up a local docker running our Mongo db to resolve the issue. Optionally can also use existing data dump from mlab

HuangStanley050 commented 4 years ago

PR #43 addressing the issue of not able to connect to cloud database behind firewall