Hi Supriya,
Please check your redirect url - it probably points to a page that doesn't exist.
Hi Supriya,
Please check your redirect url - it probably points to a page that doesn't exist.
I am getting this error 'Mandatory parameter appery-proxy-url is missing', and not to able to figure out why.
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?
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.
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)