Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watch storefront doesn't work correctly #3657

Open
Heddy147 opened this issue Apr 10, 2024 · 4 comments
Open

watch storefront doesn't work correctly #3657

Heddy147 opened this issue Apr 10, 2024 · 4 comments
Labels

Comments

@Heddy147
Copy link

PHP Version

8.2

Shopware Version

6.6.1.0

Expected behaviour

  • auto reload if something is changed
  • in APP_ENV=dev custom plugins should be working

Actual behaviour

  • no auto reload, whether dev or prod

If I use dev environment no custom plugins can be loaded. Browser tries to load the JS files but gets a 404 code.
In prod environment all plugins are loaded correctly.

How to reproduce

Fresh installation with a fresh created test plugin with command bin/console plugin:create. Call bin/watch-storefront.sh.

It does not matter whether locally, with devenv or via dockware. They all have the same problem.

@Heddy147 Heddy147 added the Bug label Apr 10, 2024
@arv-asommer
Copy link

Same problem here... Works when just building but it seems the proxy server doesn't serve the compiled .js file correctly

@shyim
Copy link
Member

shyim commented Apr 16, 2024

can you test this? shopware/recipes@cd9c6cd

@nicoanders
Copy link

@shyim thx - did the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants