phenotips / open-pedigree

A free and open-source pedigree tool by PhenoTips®
GNU Lesser General Public License v2.1
46 stars 25 forks source link

import error #71

Closed lihaicheng7003 closed 3 months ago

lihaicheng7003 commented 3 months ago

using docker deploy open-pedigree

git clone git@github.com:phenotips/open-pedigree.git
docker build . -t open-pedigree
# docker-compose.yaml
# version: '3.9'
# services:
#    open-pedigree:
#        image: open-pedigree
#        ports:
#            - '9000:9000'
docker-compose up -d

I'm getting an error on import data

image-20240702142625671

dconlan commented 3 months ago

I tried this and didn't get the issue.

What browser are you using, and is there any additional information in the console?

lihaicheng7003 commented 3 months ago

chrome 126.0.6478.127 (64),

It must have been one of the Chrome extensions I installed that caused the issue. The newly installed Firefox works fine.

Thank you, I hadn’t considered the browser factor before.