-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We were trying to test the SoL feature by following the next steps:
1.- Update the mps-url, the device-id and redirection token
import React from "react";
import "./App.css";
import { Sol } from "@open-amt-cloud-toolkit/ui-toolkit-react/reactjs/src/sol.bundle";
function App() {
return (
<div className="App">
<Sol
deviceId="fbf19acc-2ae0-11b2-a85c-bdd8cb6f7fa3"//Replace with AMT Device GUID
mpsServer="https://amt.dev.endpointcloudservices.infra-host.com/mps/ws" //Replace 'localhost' with Development System or MPS Server IP Address
authToken="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnRJZCI6IiIsImlzcyI6ImFkbWluLWlzc3VlciIsImRldmljZUlkIjoiZmJmMTlhY2MtMmFlMC0xMWIyLWE4NWMtYmRkOGNiNmY3ZmEzIiwiZXhwIjoxNzM5OTE3NDAyfQ.TLMxTIkOxLmaFpcZF0BxpAt0ka-cS8YJYcU0bpUeisc">
</Sol>
</div>
);
}
export default App;
2.- Send a user consent
3.- Run the react application and click the "connect" button, it opens a black screen
4.- Send a power to bios actions so the device enters bios
5.- The expectation is to see the bios options in ascii format in the react sample. But this is not happening, the screen remains black
Evidence:

Note: The icon representing a SoL connection is displayed in the device side (in the top right corner of the screen)
Metadata
Metadata
Assignees
Labels
No labels