Replies: 1 comment
-
Hi @mrtimbrook ! do you have an idea about this problem? poke @jlopinto |
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.
-
Hello!
Thank you for this awesome package. It runs perfectly on our sail install.
We build the static version from a fresh install with :
We have some warnings but it works:
But on GitHub Actions, it fails but I cannot figure it out 🤯
We use the same node version.
The only differences are:
ENV=ci
instead oflocal
APP_URL=http://localhost:8888
instead oflocalhost
APP_DEBUG=false
instead oftrue
Setting the same envs on my local machine does not change anything, it works.
We use this action :
Does anyone have a vague idea of where to look? I've run out of ideas!
Beta Was this translation helpful? Give feedback.
All reactions