seopei
seopei
this is just for ignoring the warnings. But the goal should be to get rid of the warnings in general.
@flyinprogrammer how did you fix this?
@flyinprogrammer thanks!
@joeyave how exactly did you manage to downgrade and to which version?
@shu-pf thanks! Downgrading did not do the trick for me. It was a caching problem. I had to run `go clean -cache` and then it worked
Had the same issue. After setting `scopes: ['email', 'profile', 'openid']` in `capacitor.config.ts` it worked. These are the default scopes, but unfortunately we have the set them to get things working...
I think @gmukul01 means something like this #53
This is the maintained plugin https://github.com/Cap-go/capacitor-social-login
Thank you @Necoro !! Maybe you could also take a quick look at this https://github.com/jaytaylor/html2text/pull/66 and add it to your fork?