Skip to content

register not working locally #420

@alex313962

Description

@alex313962

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions