Name not resolved
Hi,
I came across expose and I wanted to share my page with others, but the page seems to not resolve the app.js.
I am using VITE, Vue.js and Laravel. I am getting the following error message in console:
The hostname has been blurred/removed, but I can confirm these are the exact same.
How do I resolve this issue?
EDIT 1:
Non of the issues that were already issued on this github repository helped fix my issue. I tried the following:
expose share https://mydomain.test --subdomain=mydomain, does not fix the issue. VITE still loads the .test app.js file.
Changing the APP_URL and ASSET_URL into the expose url. VITE still loads the .test app.js file.
Hi, I had the same issue.
I also tried to change the APP_URL and ASSET_URL but later figured out that none of that is necessary.
I had to change the $proxies variable to $proxies = '*'; in TrustProxies.php and after that it used the correct base URL automatically. See here for more information.