shurco / litecart

πŸ›’ litecart - shopping cart in 1 file with card and cryptocurrency payment support
MIT License
187 stars 37 forks source link

πŸ› [Bug]: Error running litecart for the first time #148

Closed chr15m closed 3 months ago

chr15m commented 3 months ago

Bug Description

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

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:

shurco commented 3 months ago

Hi @chr15m I rolled out a new version (v0.1.12) where this issue has been fixed. Thanks for the fix @kaichaosun (https://github.com/shurco/litecart/commit/0f36efc8a46da6d9a72afafcb346ab9ff038de69)

chr15m commented 3 months ago

Fixed, thanks.