Closed teikmeout closed 12 months ago
I noticed that we are missing the entry ultraviolet = {editable="True", path="./site"}
in the Pipfile as documented in the page Creating custom code and views. This might be the reason we are getting the manifest error.
Let's chat about this later; the issue looks like our Invenio instance's configuration.
Jira ticket INVENIO-84
Similar to #189 but duplicates the notification bar via vanilla JS but by including it in the webpack compilation process of the python project through the sites directory.
Based off of the instructions in InvenioRDM documentation:
This PR will add the following:
waitForElement
that can be reused when waiting for a specific react element to be renderedTo test this PR:
invenio-cli services start
invenio-cli packages install site
(runs assets build after installing)invenio-cli run
Thank you for your review