on ‎2018 Jun 05 3:43 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Downloaded the Hybris 6.7
extracted into d:/opt67
go to d:/opt67/hybris/installer
install.bat -r b2b_acc
Successfully reciepe is installed
go to d:/opt67/hybris/bin/platform
run setantenv.bat
ant clean all
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still facing the same issue on 6.5.0.11 version. Anyone has solved this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.