Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

salesforce_instance_url missing from salesforce settings screen

I am trying to test some of my salesforce service calls, i am getting an error.

{
"status":"400 null",
"url":"",
"response":"URL has incorrect format"
}

it looks like the salesforce_instance_url is empty, according to the tutorials this is supposed pre filled when Oauth is authenticated. but it was not filled where do i get the value from?

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

salesforce_instance_url missing from salesforce settings screen

update,

i re added the services and re authenticated and copied the salesforce instance url

when I add it the settings

I am now getting a 401 error

{
"status":"401 Unauthorized",
"url":"https://na15.salesforce.com/services/...",
"response":[
{
"message":"Session expired or invalid",
"errorCode":"INVALID_SESSION_ID"
}
]
}

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

salesforce_instance_url missing from salesforce settings screen

update,

figured out the issues, The values for salesforce_instance_url & salesforce_access_token are not being copied over like it is say it should be.

seems there is a bug.

maybe update the documentation

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

salesforce_instance_url missing from salesforce settings screen

Hi,

Thank you, we'll update our docs.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

salesforce_instance_url missing from salesforce settings screen

Shawn,

Could you please send us a link to the tutorial where you see this?

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

salesforce_instance_url missing from salesforce settings screen

Here is a link to another post where support makes reference to the tutorial.

https://getsatisfaction.com/apperyio/...

and here is the tutorial

http://docs.appery.io/tutorials/sales...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

salesforce_instance_url missing from salesforce settings screen

Hi Shawn,

Should be fixed.

Return to “Issues”