Skip to content
New issue

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

Media URLs seem incorrect when not local #1653

Open
dustin opened this issue Jan 27, 2025 · 0 comments
Open

Media URLs seem incorrect when not local #1653

dustin opened this issue Jan 27, 2025 · 0 comments

Comments

@dustin
Copy link

dustin commented Jan 27, 2025

I noticed in console two problems:

  1. The service was trying to contact localhost:9090 for media (page snapshots, e.g.).
  2. The service was trying to use file:// for videos

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant