-
Notifications
You must be signed in to change notification settings - Fork 237
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
AGE-Viewer front-end not building (backend seems fine) #168
Comments
(I'm not familiar with JSX) Problem can be fixed by adding some text as button labels but the parser/checker seems to be really finicky: it even considers as a void string (i.e. as the absence of labels). Putting "" is not sufficient either (the string appears on the button) but the front-end builds (but not necessarily runs). Adding a non-empty string works but leaves visible (and not desired) traces. Any recommendation from a JSX expert? |
OK. Fixed with some "aria-label" properties, reformatting and a few other things. Now builds without errors. Maybe time to prepare a PR ... |
@koalabi a PR would be much appreciated. I am trying to use this via Docker and have hit the same hurdle. |
It is almost ready. I hope to finalize it tonight (i.e. in a few hours). Stay tuned ... |
Thank you!
…On Wed, Feb 14, 2024 at 10:05 AM koalabi ***@***.***> wrote:
It is almost ready. I hope to finalize it tonight (i.e. in a few hours).
Stay tuned ...
—
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXAYUYH7CAH36D5GL3ANDYTTHDZAVCNFSM6AAAAABDAH4SIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUGAYTSOBSGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Ben Hakim, MD
|
Ahead of the pull request, a patch file that fix the build errors. NOTE: by default, as per the source tree, the DEV server only accepts connection from localhost. Any attempt to access remotely will end up in error: "Invalid Host Header" (see StackOverflow for details) |
Hi, Benny, see patch file above, as an interim solution while I finalize the PR ... By the way ;-), if you produce your Docker image, I would be interested in the Dockerfile ;-) (with access from remote hosts allowed) |
Describe the bug
When following the build instructions from README .md, the front-end build aborts on erros (after having issued many warnings when getting the dependencies). Backend seems to build fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful build was expected, possibly with some warnings
Screenshots
No screenshots needed but log file is attached.
Desktop (please complete the following information):
Additional context
Nothing to add
age-viewer-fend-build-errors.txt
The text was updated successfully, but these errors were encountered: