Roger Far
Roger Far
The odd thing is that it seems that the CSS files are loaded correctly right?
What does your network tab in the developer console say? Does it try to load the correct JS and CSS files?
@nickkitto how are you using rdt? I'm having troubles reproducing this.
Ok I see, that's a very different usecase. The BasePath options are just informing RDT that it can expect to be served from there, usually when it's used with a...
I can add `app.UsePathBase($"/{basePath.TrimStart('/').TrimEnd('/')}/");` and see if that helps. I used your example and without it, it also works for me. Try running the project in Visual Studio as the...
That doesn't make sense, the header seems ok, but you have a weird container for the content. What browser is this?
I see you have quite the list of torrents in there, can you find the torrent that has like the widest torrent name? I assume that one `name` column is...
Do you have logs?
Yeah that's not good, it means that the call to AllDebrid is timing out, you might want to increase the setting `Connection Timeout` on the `Provider` setting tab to something...
That's pretty common if you haven't specified your working directory correctly. How are you starting the app?