You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up base data by running the 4 jupyter notebooks in demo/simple
cd demo/simple
pip install -r requirements.txt
Then run the notebooks in order, negotiation, requirements, evidence, report which should place data in demo/simple/store
In demo/simple, run an instance of the backend store and keep it running mlte store --backend-uri local://store/ --allowed-origins http://localhost:3000
Set up frontend
cd mlte/frontend/nuxt-app
npm i --ignore-scripts
npm install
npx gulp compile
npx gulp init
Run frontend, in mlte/frontend/nuxt-app, run npm run dev
Navigate to localhost:3000
Select a model and version
Open Reports dropdown
Click View button
Error should appear
What is expected?
The NuxtLink should just reroute to the page it is directed at
What is actually happening?
The URL updates in the bar, the page does not redirect but I see this error in the console
Seemed to start happening after a recent upgrade to nuxt 3.9.3 although as I keep testing with different versions of nuxt and node I am still seeing the issue. Apologize for the painful reproduction steps, just don't have time at the moment to try and get something similar set up in one of the online environments.
The text was updated successfully, but these errors were encountered:
Vue version
Vue 3 (Nuxt 3.9.3)
Link to minimal reproduction
https://github.com/mlte-team/mlte
Steps to reproduce
python -m venv source ./env/bin/activate poetry install
demo/simple
cd demo/simple pip install -r requirements.txt
Then run the notebooks in order, negotiation, requirements, evidence, report which should place data in
demo/simple/store
In
demo/simple
, run an instance of the backend store and keep it runningmlte store --backend-uri local://store/ --allowed-origins http://localhost:3000
Set up frontend
cd mlte/frontend/nuxt-app npm i --ignore-scripts npm install npx gulp compile npx gulp init
mlte/frontend/nuxt-app
, runnpm run dev
localhost:3000
View
buttonWhat is expected?
The NuxtLink should just reroute to the page it is directed at
What is actually happening?
The URL updates in the bar, the page does not redirect but I see this error in the console
System Info
Any additional comments?
Seemed to start happening after a recent upgrade to nuxt 3.9.3 although as I keep testing with different versions of nuxt and node I am still seeing the issue. Apologize for the painful reproduction steps, just don't have time at the moment to try and get something similar set up in one of the online environments.
The text was updated successfully, but these errors were encountered: