Closed mmongy closed 3 weeks ago
Thanks for reporting this. It looks like a renaming of one of the example templates last week wasn't copied over to the menu system, and I have fixed this now. With an update of your master branch GitHub code, it should work now. (Assuming you are running this via either "yarn dev" on command line or via "yarn build:web" and then opening "/web/dist/index.html").
Let us know!
Regards,
Damion
@mmongy I imagine this is resolved now?
I'll retry. I was on other things. Thanks anyway.
De : Damion Dooley @.> Envoyé : jeudi 17 octobre 2024 16:10 À : cidgoh/DataHarmonizer @.> Cc : mmongy @.>; Mention @.> Objet : Re: [cidgoh/DataHarmonizer] Error at launching DataHarmonizer on web browser (Issue #449)
@mmongyhttps://github.com/mmongy I imagine this is resolved now?
— Reply to this email directly, view it on GitHubhttps://github.com/cidgoh/DataHarmonizer/issues/449#issuecomment-2419664149, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGHO26RDIQNF4RN5Z6Y5GFTZ37APHAVCNFSM6AAAAABPZDADJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZGY3DIMJUHE. You are receiving this because you were mentioned.Message ID: @.***>
I tried to relaunch, it works. You solved the problem.
Great, good to hear!
Hi everyone,
I tried to launch DataHarmonizer locally for trying purposes (to see if it is relevant for our case). I successfully installed it, but when trying to launch, i have this error (see screen capture)
When opening the Firefox console, i have this:
[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled. index.js:485 [HMR] Waiting for update signal from WDS... log.js:39 Uncaught (in promise) TypeError: specification is undefined useTemplate DataHarmonizer.js:180 useSchema DataHarmonizer.js:162 loadSelectedTemplate Toolbar.js:370
After roughly examining the code, i don't see anything anormal. Did i miss something?
Thanks by advance.