Facebook SignIn not working on Capacitor Web App

Good day,

I’m implementing FB Sign In in my capacitor-vue web app. Everything works fine when the App Mode is set to Development in the Facebook App settings, but as I switch to Live (production) mode, I’m unable to Sign in, since signing in requires a secure connection (HTTPS). Is there any workaround for this issue? Is it possible to somehow make Capacitor connect to https://localhost:PORT than http://localhost?

1 Like

are you using facebook capacitor plugin?
I don’t have any issue, but my app has ssl security, used by my backend

Hi. How did you implement SSL in your app? Could you link docs for it? Thank you

Not in my app, the backend works with https rest api