well, a lot of things have stopped working again. it seems like I do not have the grasp of vite that I thought I did. still getting the hang of this. the alpine simply fails, does not load the graphical assets, and the code stops working as well. The console is showing me a more robust error. the readonly part is what I think is breaking this.. the app file is, of course - referencing the build asset made by vite when I ran npm run build.
my manifest in the public looks like this:
{
"resources/js/app.js": {
"file": "assets/app.ab93cf8a.js",
"src": "resources/js/app.js",
"isEntry": true
},
"resources/css/app.css": {
"file": "assets/app.ce5ec99c.css",
"src": "resources/css/app.css",
"isEntry": true
}
}
and the console shows this
[Error] TypeError: Attempted to assign to readonly property.
set (app.ab93cf8a.js:28:96508)
init (1976-sony-avc-1420-video-camera-4554:3364)
(anonymous function) (app.ab93cf8a.js:32:98336)
vn (app.ab93cf8a.js:32:98047)
(anonymous function) (app.ab93cf8a.js:32:127419)
(anonymous function)
i (app.ab93cf8a.js:32:99853)
s (app.ab93cf8a.js:32:99884)
dw (app.ab93cf8a.js:32:99894)
Mt (app.ab93cf8a.js:32:102651)
(anonymous function) (app.ab93cf8a.js:32:102169)
forEach
xw (app.ab93cf8a.js:32:102162)
Module Code (app.ab93cf8a.js:32:132128)
evaluate
moduleEvaluation
[Error] ReferenceError: Can't find variable: activeAccordions
(anonymous function) (app.ab93cf8a.js:32:166)
> Selected Element