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

Reverse Proxy Only shows basic HTML page with no CSS or JS #1

Open
Handrail9 opened this issue Sep 1, 2024 · 0 comments
Open

Reverse Proxy Only shows basic HTML page with no CSS or JS #1

Handrail9 opened this issue Sep 1, 2024 · 0 comments

Comments

@Handrail9
Copy link

Handrail9 commented Sep 1, 2024

Hello, I'm trying to figure out how to host Tubo myself. I had it working a long time ago but when it moved git repos the first time it broke and I could never figure out how to get it to work. When I visit localhost:3000 it shows up fine, but behind traefik it shows me:

<!DOCTYPE html>
<html><head><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"><title>Tubo</title><link href="/icons/tubo.svg" rel="icon" type="image/png"><link href="/styles/index.css" rel="stylesheet" type="text/css"></head><body><div id="app"></div><script src="/js/main.js" type="text/javascript"></script><script>tubo.core.init();</script></body></html>

Any help troubleshooting would be appreciated, thanks :)

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