Replies: 1 comment
-
BUMP. Same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My config:
I'm running Laravel Filament 3, disabled my routes as I'm letting Filament handle everything and redirect me straight to the dashboard, so in my Filament
AppPanelProvider.php
I have:I also have this in there for hot reloading:
I'm having a hard time using herd share
herd share https://app.test --domain=mydomain.com
herd share --domain=mydomain.com
With this I get:
But it redirects me to
https://app.test
on my phone..Only thing that works is if I use Expose directly using
expose share https://app.test --domain=mydomain.io
Which gives me:
But with expose my assets, don't load, in my .env I tried
I ran
npm run build
:My vite.config.js:
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions