After init and serve and visiting localhost:8000 I saw a blank page and the following in the developer console of my browser:
21:45:04.189 Uncaught Error: Extension Error: The validator 'all' must be a function.
Zn http://localhost:8080/_/assets/vee-validate-usGg8cAm.js:5
$t http://localhost:8080/_/assets/vee-validate-usGg8cAm.js:5
<anonymous> http://localhost:8080/_/assets/index-BETTTWNd.js:2
<anonymous> http://localhost:8080/_/assets/index-BETTTWNd.js:2
How to Reproduce
Downloaded the litecart binary for my platform.
Ran litecart init and it created the dirs.
Ran litecart serve and it ran successfully.
Then I tried to visit localhost:8080 and I was met with a blank page.
I looked at the web developer console and saw the error.
Expected Behavior
Litecart should start and present me with the first page.
litecart Version
litecart version LiteCart v0.1.11 (453b7e4) from 2024-07-07
Bug Description
After
init
andserve
and visiting localhost:8000 I saw a blank page and the following in the developer console of my browser:How to Reproduce
litecart init
and it created the dirs.litecart serve
and it ran successfully.Expected Behavior
Litecart should start and present me with the first page.
litecart Version
litecart version LiteCart v0.1.11 (453b7e4) from 2024-07-07
Code Snippet (optional)
No response
Checklist: