Open dinbtechit opened 1 year ago
@dinbtechit Did you deploy it on firebase?
@yashwanth2714 - nope I couldn't figure out.
@dinbtechit Thanks for your reply! I am using an AWS EC2 instance to deploy the server.
Nice!! are you using docker? Or directly running the app?
I am not using docker. I am running the app directly. The issue I am encountering is the inability to add HTTPS support. Only HTTP URLs are functional. I have attempted to point the DNS records to the ALB domain by attaching an HTTPS listener with the ACM certificate, but it is not working.
You could use a nginx to proxy the requests through, and that way you can apply SSL on your nginx using lets-encrypt or something.
FIrebase now supports nodejs apps. Is it possible to deploy localtunnel server on firebase?