-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Version(s) affected
production
Description
I have installed all the package required and launched all makefile but make frontend report a warning:
[WARNING] You are compiling assets in development. Symfony will not serve any changed assets until you delete the files
in the "public/assets" directory.
and if i go to localhost/register to try the app, the js throws an error:
Uncaught (in promise) TypeError: 1 is undefined
How to reproduce
clone the repo
install php8.2 with the required package
make build
stop apache2 server
make up
composer require symfony/runtime
chown $USER:$USER on the folder to avoid errors
chmod 775 for the same reason
make frontend
Possible Solution
i think the prod could have a different behaviour but if in the env i change to prod the warning stay the same
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels