Closed LuBu0505 closed 9 months ago
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.
Alternatively, if you start from a clean clone of the repo and use Node 14, it should work.
Thanks @nmsimons , You are right.
when i downgrade nodejs version from ~16 to ~14. the FluidFramework for azure works.
and it works in my local. and connect to azure fluid relay server in Mooncake.
Thanks very much.
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);