I published my mobile app for my website but the login and registration module on my app doesn't work. I'm trying with iOS. There are no error messages given either. How can you help me fix this?
I have added this line to .htaccess
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1
I have tried with $0 and $1
Hello
Send your site credential in private reply.Also if you get some error then share the screenshots with us.
This reply has been marked as private.
Hello
I am checking and will let you know if this will be fix.
Did you see any solution?
Thanks!
Hi Rincha,
Please check whether in your config.ts file there is a mention of facebook and google as shown below. May I ask if you have trouble with iOS as well.
this.settings = {
'version': 1,
'url':'',
'client_id':'',
'client_secret': '', //Fetched from API call
'state': '', // FETCHED from Site
'access_token': '', // FETCHED on Login
'registration': 'app',//'app' or 'site' or false
'login': 'app',//Select from 'app' or 'site' or false
'facebook': {
'enable':true,
'app_id':1234567
},
'google':{
'enable':true,
},