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

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

Hi Supriya,

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

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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?

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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)

Return to “Issues”