You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.
bootstrap:24 [HMR] Waiting for update signal from WDS...
app.js:125 Error: 0x883
at assert (assert.mjs:18:1)
at new SharedTree (sharedTree.js:28:15)
at TreeFactory.create (treeFactory.js:27:1)
at new LocalChannelContext (localChannelContext.js:186:1)
at RuntimeWithRequestHandler.createChannel (dataStoreRuntime.js:206:1)
at RootDataObject.createSharedObject (rootDataObject.js:95:1)
at RootDataObject.create (rootDataObject.js:83:1)
at createObject (rootDataObject.js:39:1)
at rootDataObject.js:42:1
at Array.forEach (<anonymous>)
(anonymous) @ app.js:125
Promise.catch (async)
./src/app.js @ app.js:125
__webpack_require__ @ bootstrap:24
(anonymous) @ startup:6
(anonymous) @ startup:6
index.js:485 [webpack-dev-server] Disconnected!
index.js:485 [webpack-dev-server] Trying to reconnect...
The client code I used:
const { container } = await client.createContainer(containerSchema);
The text was updated successfully, but these errors were encountered:
I believe the issue you encountered is the result of cloning the main-azure branch. Try using git clone -b main https://github.com/microsoft/FluidHelloWorld.git instead. Meanwhile, I will update that branch to resolve this issue for others.
User Azure Fluid quick start docs, and try to start it in my loca.
quickstart-fluid-relay
Logs
The browser console error:
The client code I used:
const { container } = await client.createContainer(containerSchema);
The text was updated successfully, but these errors were encountered: