Page 2 of 2

'We are sorry. It seems the page you were trying to find is not here'

Posted: Wed Oct 16, 2013 3:35 pm
by Kateryna Grynko

Hi Supriya,

Please check your redirect url - it probably points to a page that doesn't exist.


'We are sorry. It seems the page you were trying to find is not here'

Posted: Mon Oct 21, 2013 7:11 pm
by supriya hirurkar

I am getting this error 'Mandatory parameter appery-proxy-url is missing', and not to able to figure out why.


'We are sorry. It seems the page you were trying to find is not here'

Posted: Tue Oct 22, 2013 7:49 am
by Maryna Brodina

Hello! Please clarify what service you invoke (is it Generic service?). How do you invoke it? Have you changed anything on Source tab? Could you also give us publick app link and steps to reproduce?


'We are sorry. It seems the page you were trying to find is not here'

Posted: Tue Oct 22, 2013 4:59 pm
by supriya hirurkar

Hello Maryna,
I am using Salesforce Oauth API and I am using SF_settings in my REST service.
This is the link: http://appery.io/app/view/389ab565-35.... Once the authentication is complete, on the start page itself you will see the error.
Thanks for the reply.


'We are sorry. It seems the page you were trying to find is not here'

Posted: Wed Oct 23, 2013 1:59 pm
by Maryna Brodina

Hello! Sorry for a late reply. As we can see you have error preGET https://appery.io/app/rest/tunnel 401 (Unauthorized) /pre
The problem is that you've added on page MyStartPage in service salesforceCompletedActivties in mapping to Authorization parameter code:
prereturn "Bearer " + value;/pre
there is no need to add that code because "Bearer " is saved already (see SF_JSUtils file)