vinsol / nectarcommerce

Quest for customizable E-commerce - the Elixir way
323 stars 53 forks source link

submenu of the navigation bar in admin page did not work #84

Closed toreal closed 7 years ago

toreal commented 7 years ago

such as Product/setting/zone/...

if I was at the admin-home page, when I click the products menu http://localhost:4000/admin It just goto http://localhost:4000/admin# nothing happened.

BTW, thank you for providing the source code for learning. But, I found the demo site sometimes can not login. Maybe someone changes the password. Additionally, Docker image can not run after it syncs the newest version.

pikender commented 7 years ago

@toreal I checked http://localhost:4000/admin, links are working as expected ☺️

Can you try building your assets again cd apps/nectar && ./node_modules/brunch/bin/brunch build ?

Also, share any error you might be seeing in Browser Console, it would help resolving the issue on your system.

Try the admin end on Demo Server with credentials bob@example.com / secured as mentioned in README here

Docker image work is in progress and will be available soon 👍

toreal commented 7 years ago

I did not see any error message. Also, I have selected the dropdown part of the code and tested it. It works fine.
I saw a similar situation as following.

http://stackoverflow.com/questions/22383547/bootstrap-dropdown-menu-is-not-working

But I don't know how to check it

toreal commented 7 years ago

Thank you my hero.

after install and build with following commands. everything is fine now.

npm install -g bower bower install node node_modules/brunch/bin/brunch build

pikender commented 7 years ago

Yeyy !! Happy to hear that you resolved it :100: :+1: :relaxed: