skip to Main Content

Mongodb – Connecting to AWS documentDB using mongoose giving error: 'MongoParseError: option ssl_ca_certs is not supported'

Hello I am just trying to connect to my documentDb using mongoose; hosted on AWS. From my local pc, I am try to do it like: const URI = 'mongodb://username:npassword@docdb-2022-05-31-18-46-43.cluster-cnyrbefiq91q.eu-west-2.docdb.amazonaws.com:27017/?ssl=true&replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false' mongoose.connect(URI, { useNewUrlParser: true , ssl: true}); I am getting…

VIEW QUESTION

Shopify proxy url not working but unproxied is working

My shopify app proxy information: Subpath prefix: apps Subpath: rma Host: https://www.example.com/shopdevc/shopifyAPI/ If I query the host directly using https://www.example.com/shopdevc/shopifyAPI/apps/rma, it works great. But, in my React function, querying "/apps/rma" returns <!DOCTYPE html> <html lang="en"> <head> <script type="module" src="/@vite/client"></script> <script…

VIEW QUESTION
Back To Top
Search