-
Notifications
You must be signed in to change notification settings - Fork 5
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
HTML pipeline fails: Runtime.VDOMFactory is not a constructor #2
Comments
works for me:
|
Still fails for me after deploying with hlx 4.3.2 or 4.4.1. It looks like the deployed zip for my action contains an older version of htlengine, 2.3.2 according to the
Running similar code than the one which fails, on the
And after updating htlengine my test code produces the expected error due to
IMO this confirms that If I run |
you should not have a I suggest to run:
|
also, it seems you initialized this repo with the
IMO, a helix-project doesn't need much to start with... probably nothing :-) |
also, the new be sure to run:
and then inspect your zip again. |
Cleaning up everything and streamlining packages.json worked, thank you! Looks like stray dependencies were the cause. I also hit adobe/helix-cli#241 along the way, forgetting to run |
Description
I have tried publishing this repository at https://bertrand.helix-demo.xyz/ and that page says
error | "Response is not valid 'message/http'
Looking at the corresponding
wsk activation logs
this is the error in html.pipe.js:A clear and concise description of what the bug is.
To Reproduce
Publishing this repository with
hlx deploy
andhlx publish
should reproduce the error, unless there's something wrong with my bertrand.helix-demo.xyz domain which I used for other tests previously.Expected behavior
The HTML page should be published.
Version:
Both
hlx 3.2.0
and the current https://github.com/adobe/helix-cli master branch cause this issue.Additional context
None so far
The text was updated successfully, but these errors were encountered: