Search found 44 matches

by adityabanerjee
11 Oct 2019, 12:44
Forum: Help
Topic: Multi-site issue
Replies: 8
Views: 3787

Re: Multi-site issue

I face the same error when I go to mydomain/site1/shop and so does mydomain/site2/shop.
by adityabanerjee
11 Oct 2019, 12:28
Forum: Help
Topic: Multi-site issue
Replies: 8
Views: 3787

Re: Multi-site issue

Thank you for your patience. I went to mydomain/shop but it is still showing 404.
by adityabanerjee
11 Oct 2019, 12:21
Forum: Help
Topic: Multi-site issue
Replies: 8
Views: 3787

Re: Multi-site issue

Thank you for your response. I have added the following in config/shop.php as suggested. 'routes' => [ // 'login' => ['middleware' => ['web']], // 'admin' => ['prefix' => 'admin', 'middleware' => ['web']], // 'jqadm' => ['prefix' => 'admin/{site}/jqadm', 'middleware' => ['web', 'auth']], // 'extadm'...
by adityabanerjee
11 Oct 2019, 12:09
Forum: Help
Topic: Multi-site issue
Replies: 8
Views: 3787

Multi-site issue

Hi guys, I am trying to set up the multisite by following the documentation. I created two multisite apart from default. Now I could toggle between the shops at the admin side properly. Let's say I have two multisites. One is named site1 and the other is site2. Now In the config/shop.php I have adde...