Expand my Community achievements bar.

SOLVED

Issue : [aem-site-theme-builder] Proxy /content/<project_name>/us/en/test.html?wcmmode=disabled without changes. : no content changes in browser

Avatar

Level 1

I am working front end development. We have created Site theme and created proxy of AEM server. My proxy is executing on port 4504. I am executing all the commands from root folder.

1. npm run build

2. npm run live

The proxy url open with below:

http://<<IP Address >>:4504/content/<projectName>/us/en/test.html?wcmmode=disabled

 

Issue :

1. We can check all the content as per expection

2.  Once I am changing the background color in .scss file, we just refresh the above mentioned URL, we are not getting any changes in content. At the same time post refresh browser, we are below message :

 

[aem-site-theme-builder] Proxy /content/<project_name>/us/en/test.html?wcmmode=disabled without changes.

 

Need help to fix this

 

Os. :  windows 11

node : 16.20.2

npm  : 8.19.4

browser synch client Package version : 2.26.13

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Hi @afzalsharif7 
Please check the Steps here : https://github.com/adobe/aem-site-theme-builder

You can raise issue at https://github.com/adobe/aem-site-theme-builder/issues 



Arun Patidar

Avatar

Administrator

@afzalsharif7 Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni