DneCustomCssJs icon indicating copy to clipboard operation
DneCustomCssJs copied to clipboard

CSS won't be generated

Open toccamonium-fe opened this issue 2 years ago • 3 comments

Hi, we are using your outstanding plugin, but we have currently the problem, that if I change something, the CSS won't be generated. I checked also the logs, but didn't find anything, what could cause the problem. Any ideas?

Thx TC

toccamonium-fe avatar Oct 02 '23 10:10 toccamonium-fe

I have the same issue as @toccamonium-fe.

FillesaM avatar Oct 11 '23 09:10 FillesaM

Can't reproduce that with Shopware 6.5.6.x

Is JavaScript correctly injected? Try something like console.log('hello world'); and see if it shows up in the developer console after compiling.

If it does, what does the CSS look like?

If it doesn't, please open the network tab of the developer tools, hit "Save & Compile" and look out in the network tab for requests to ***/api/_action/theme/***/assign/***. Do they post with a 200 status code? If they don't please look at the response for potential error messages and post them here.

dneustadt avatar Oct 11 '23 11:10 dneustadt

Hi, might be a permission problem for the folders. Thx for your feedback.

toccamonium-fe avatar Oct 11 '23 15:10 toccamonium-fe