• kshitij saini 4
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hi,

Im working on developing a app using mobile SDK im using React Native to develop my application. The URL i have is a community url. So according to docs (link to doc (https://developer.salesforce.com/docs/atlas.en-us.noversion.mobile_sdk.meta/mobile_sdk/communities_login_endpoint.htm)) i created servers.xml.servers.xml

Now configuring the tokens in redirect url in bootconfig.xml bootconfig.xml

After adding all the settings a login page appears but after entering the correct credentials, the errors i encounter are as follows

1. Im taken to a page where it shows "URL doesnot exist"

2. It is not taking the user back to the application to ask for OAuth Permissions. 

 

Can you please tell me how to configure the Mobile SDK and connected app to make it work. Thanks in advance