Hi,
In my magento website in footer there is a link of Vendor login. After clicking that link it is going to base_url/marketplace/account/login/, but it is coming blank. How to fix this issue?
Here we are using Webkul_Marketplace
Thanks
Hi @padmachhat5f0d ,
You can try reloading the page and check the var/log/exception.log and var/log/system.log files for any stack traces. Also, inspect the browser console for any JavaScript errors.
Additionally, ensure that the module is enabled and properly configured.
This issue typically points to a missing route, controller, template, or possibly a PHP error.
Problem Solved? Accept as Solution!
Thanks,
Ankit