11-23-2020 09:11 AM
Using Act! Premium for Web Version: 21.1.187.0, Update 4
I've tried using Chrome and Edge, but whenever I try to access the Opportunities Pipeline View I get the following error message:
11-24-2020 10:41 AM
Answering my own question, but the support team pointed me to the solution in the knowledgebase:
Configuring the API when using Custom Websites
Although we are not using 'Custom Websites', I needed to update the WebAPIBaseURL key in web.config to use the full URL, e.g:
<add key="WebAPIBaseURL" value="https://<server:port>/act.web.api" />
I'm not sure if we were seeing the error because we're using https, or a custom port number, but it's working now.
11-24-2020 03:55 AM
I forgot to add that I can log in to <ourserver>/act.web.api using the same credentials to confirm that the API is working and the user has the right permissions.
11-24-2020 10:41 AM
Answering my own question, but the support team pointed me to the solution in the knowledgebase:
Configuring the API when using Custom Websites
Although we are not using 'Custom Websites', I needed to update the WebAPIBaseURL key in web.config to use the full URL, e.g:
<add key="WebAPIBaseURL" value="https://<server:port>/act.web.api" />
I'm not sure if we were seeing the error because we're using https, or a custom port number, but it's working now.