live-server-web-extension icon indicating copy to clipboard operation
live-server-web-extension copied to clipboard

not working with subdomain / wildcard

Open abanghendri opened this issue 3 years ago • 0 comments

Hi, I'm trying to build SaaS with laravel with this domain schema central : http://localhost:8000 tenant : http://tenant.localhost:8000

this extension working fine on central app, but not working with tenant app I've tried using wildcard on extension setting like these

Actual Server Address:
http://*.localhost:8000/

Live Server Address:
http://*.localhost:5500/

and all the combination of these wildcards

How to configure properly to use this extension with subdomain? thanks in advance

abanghendri avatar Jun 15 '21 09:06 abanghendri