If I want to use the localhost URL to test on my local computer I've tried https://localhost/?conversationid={{gcConversationId}}
and I've tried https://localhost:8081/?conversationid={{gcConversationId}} (the port I'm using to run the repo locally).
I am not seeing the agent assistant interaction widget in my genesys admin account like I should. Am I missing something here? And where does the value for gcConversationId come from? Am I supposed to define that value?
(All the other steps I have followed:
Set up Oauth Implicit Grant, added client ID to config.js
main.js file is configured with client.setEnvironment(config.genesysCloud.region); where config.genesysCloud.region value is 'cac1.pure.cloud'
Created a chat widget
In run-local.js I have:
httpServer.listen(8081);
console.log('HTTP listening on: 8081');
httpsServer.listen(443);
console.log('HTTPS listening on: 443');