Spomky-Labs / phpwa-demo

Demonstration for the PHPWA Bundle
0 stars 1 forks source link

main branch of demo loading assets #13

Closed tacman closed 6 months ago

tacman commented 6 months ago

Something's amiss, I can't tell if it's my machine or something else. Starting from the beginning.

git clone git@github.com:spomky-labs/phpwa-demo.git && cd phpwa-demo
composer install
echo "DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db" > .env.local
bin/console d:schema:update --force --complete
bin/console tailwind:build
symfony server:start -d
symfony open:local

I'm getting console errors


Failed to load resource: the server responded with a status of 404 ()
date-fns.index-f1757ddd1f9f536c3cac144ae11315ec.js:1 

       Failed to load resource: the server responded with a status of 404 ()
stimulus-timeago.index-7c775597370e41f3479150fcc24f14d1.js:1 

       Failed to load resource: the server responded with a status of 404 ()
loader-e1ee9ace0562f2e6a52301e4ccc8627d.js:1 

       Failed to load resource: the server responded with a status of 404 ()
/assets/images/todo-fdcdb5789e4e6e29b55f7ff4b88b14ac.svg:1 

       Failed to load resource: the server responded with a status of 404 ()
phpwa-demo.wip/:1 Error while trying to use the following icon from the Manifest: https://phpwa-demo.wip/assets/images/todo-fdcdb5789e4e6e29b55f7ff4b88b14ac.svg (Download error or resource isn't a valid image)
tacman commented 6 months ago

My tailwind file was corrupt, reinstalling worked.