cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartedit page is blank

Former Member
0 Likes
1,886

Hi, I am using Hybris 6.7, I have installed smartedit. and when I navigate to https://localhost:9002/smartedit blank page is coming up. Please help.

Accepted Solutions (1)

Accepted Solutions (1)

VinayKumarS
Active Contributor
0 Likes

Even I faced this problem first time when i opened the application in chrome.

First it was asking for me to give the https security authentication. Then just refreshed twice and i am able to see the smart edit page.

May be u can try opening the iexplore.

The steps i followed Extracted Hybris 6.7 installed b2b_acc reciepe started server initialized

Former Member
0 Likes

Thanks for your reply. Still no luck. Can you please summarize the steps to install the smartEdit ?

VinayKumarS
Active Contributor
0 Likes
  1. Downloaded the Hybris 6.7

  2. extracted into d:/opt67

  3. go to d:/opt67/hybris/installer

  4. install.bat -r b2b_acc

  5. Successfully reciepe is installed

  6. go to d:/opt67/hybris/bin/platform

  7. run setantenv.bat

  8. ant clean all

  9. hybrisserver.bat

Once server is started do the initialize and after initialization is completed then go to https://localhost:9002/smartedit login with admin/nimda

I hope this helps.

Former Member
0 Likes

Thanks Sam. As you advised earlier that, need to refresh the page 2/3 times. I have added one more extension to the localext.xml file i..e., npmtestancillary and it started working. Thanks for your reply and suggestion.

Answers (2)

Answers (2)

Former Member
0 Likes

I was also facing the same issue last week. The resolution is quite simple actually. Smartedit works on node that's why it's important to follow the following steps. 1. Check if you've installed Node. 2. If yes, make sure you run the following commands at path \hybris\bin\custom\module\modulestorefront* 3. Command #1 npm install 4. Command #2 npm install -g grunt-cli@1.2.0 5. Command #3 grunt 6. Next, you need to run one more command at path \hybris\bin\platform* 7. Command ant npminstall 8. Make sure all the above commands are successful 9. Finally, run ant clean all and then start the server

But if you face any issues or errors in npm commands, try running npm cache clean --force and then try running that particular npm command. (Happened in my case).

Hope this helps.

former_member651332
Discoverer
0 Likes

Still facing the same issue on 6.5.0.11 version. Anyone has solved this problem?

VinayKumarS
Active Contributor
0 Likes

which user you are logging in?? which recipe you are using it?