i'm trying to test my first ODA using ORacle Web but not loading (using vscode live server) — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

i'm trying to test my first ODA using ORacle Web but not loading (using vscode live server)

Summary:

Hi Team

I'm trying to test my very first ODA assistant using Oracle Web channel (using vscode live server for testing). My Skill and digital assistant are published and the channel is set to active.

I'm getting blank screen:

<!DOCTYPE html><html>
<head>
<meta charset="UTF-8" />
<title>ODA Web Chat</title>
<script src="https://static.oracle.com/cdn/oda/latest/web-sdk.js"></script>
<style>
html, body, #oda-chat-container {
margin: 0; padding: 0; height: 100vh; width: 100vw;
}
</style>
</head>
<body>
<div id="oda-chat-container"></div>
<script>
window.onload = function () {
OracleOdaClient.init({
channelId: 'bdb4a57a-53b8-4ef9-9fab-73e45a9b763c', // Your Web Channel ID

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!