Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

[Bug] Error after creating default template mode

Open junxiant opened this issue 1 year ago • 2 comments

Describe the Bug

In the default "Template Mode" after following the create-mode commands, image

It shows some primary toolbar error image

Steps to Reproduce

Followed the steps at https://docs.ohif.org/development/getting-started

git clone https://github.com/OHIF/Viewers
cd Viewers
yarn config set workspaces-experimental true
yarn install

Then followed the steps at https://docs.ohif.org/development/ohif-cli

yarn run cli create-mode
yarn run cli link-mode ...../

Then yarn run dev to get the site at localhost:3000, Tried to view the new mode and it gave the error.

The current behavior

Error shows up.

The expected behavior

The page should load without errors, like this one in the video:

https://docs.ohif.org/development/video-tutorials/#creating-and-linking-a-mode

OS

Ubuntu

Node version

20.10.0

Browser

Chrome, Brave

junxiant avatar Jan 04 '24 21:01 junxiant

Just an update this works fine with

git clone -b 3.7.0 https://github.com/OHIF/Viewers.git

junxiant avatar Jan 04 '24 22:01 junxiant

According to git bisect, the first bad commit was dd6d9768bbca1d3cc472e8c1e6d85822500b96ef

Pooouf avatar Mar 07 '24 14:03 Pooouf

I think this is fixed, can you try and we close this ?

sedghi avatar Mar 15 '24 14:03 sedghi

This is fixed

sedghi avatar May 04 '24 17:05 sedghi