Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF client Buffer error under browser #21252

Closed
huntj88 opened this issue May 29, 2024 · 1 comment
Closed

FF client Buffer error under browser #21252

huntj88 opened this issue May 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working resolution: fixed For issues that have been fixed

Comments

@huntj88
Copy link

huntj88 commented May 29, 2024

Describe the bug

Version with bug: 2.0.0-rc.4.0.1
This bug does not happen on 2.0.0-rc.2.0.1

Manual step to fix locally at bottom.

image

To Reproduce

  1. clone Live Share SDK from https://github.com/microsoft/live-share-sdk
  2. check out commit 1956dff6e5126b10768858d27d15f7a32e639107
  3. navigate to sample samples/typescript/08.3d-model
  4. npm install
  5. npm run start
  6. navigate to http://localhost:3000/ in browser
  7. see blank screen, with error in console

Steps to reproduce the behavior:

Expected behavior

App should work.

Manual steps required to fix locally

change file node_modules/@fluid-internal/client-utils/lib/trace.js

from:

import { performance } from "./indexNode.js";

to:

import { performance } from "./performanceIsomorphic.js";
@huntj88 huntj88 added the bug Something isn't working label May 29, 2024
@jason-ha jason-ha changed the title Tinylicious Buffer error May 29, 2024
DLehenbauer added a commit that referenced this issue Jun 4, 2024
Fix GH #21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 added a commit to scottn12/FluidFramework that referenced this issue Jun 5, 2024
Fix GH microsoft#21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 pushed a commit to scottn12/FluidFramework that referenced this issue Jun 5, 2024
Fix GH microsoft#21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 pushed a commit to scottn12/FluidFramework that referenced this issue Jun 5, 2024
Fix GH microsoft#21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 added a commit that referenced this issue Jun 5, 2024
Fix GH #21252

Cherry pick of
44da14a
&
925a477

---------

Co-authored-by: Daniel Lehenbauer <DLehenbauer@users.noreply.github.com>
Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 pushed a commit to scottn12/FluidFramework that referenced this issue Jun 5, 2024
Fix GH microsoft#21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 pushed a commit to scottn12/FluidFramework that referenced this issue Jun 5, 2024
Fix GH microsoft#21252

---------

Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 added a commit that referenced this issue Jun 5, 2024
Fix GH #21252

Cherry pick of
925a477

Co-authored-by: Daniel Lehenbauer <DLehenbauer@users.noreply.github.com>
Co-authored-by: Jason Hartman <jasonha@microsoft.com>
scottn12 added a commit that referenced this issue Jun 5, 2024
Fix GH #21252

Cherry pick of
925a477

Co-authored-by: Daniel Lehenbauer <DLehenbauer@users.noreply.github.com>
Co-authored-by: Jason Hartman <jasonha@microsoft.com>
@tylerbutler tylerbutler added the resolution: fixed For issues that have been fixed label Jun 21, 2024
@tylerbutler
Copy link
Member

This was fixed by #21257, which was released in 2.0.0-rc.3.0.7 and 2.0.0-rc.4.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolution: fixed For issues that have been fixed
4 participants