We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed in console two problems:
I was able to work around #1 by specifying VITE_ARTIFACT_API_BASE_URL=http://remotehost:9090 (very sensitive to trailing slash).
VITE_ARTIFACT_API_BASE_URL=http://remotehost:9090
It would probably be good to include an example in the docker compose file.
But for 2, I don't have a workaround. It seems to just always want to serve that from a place that won't exist on my filesystem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed in console two problems:
I was able to work around #1 by specifying
VITE_ARTIFACT_API_BASE_URL=http://remotehost:9090
(very sensitive to trailing slash).It would probably be good to include an example in the docker compose file.
But for 2, I don't have a workaround. It seems to just always want to serve that from a place that won't exist on my filesystem.
The text was updated successfully, but these errors were encountered: