Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
Can you share the mysql logs? docker exec -it wandb-local bash cat /var/logs/mysql.log
The generated HTML requires tailwindcss. See [this issue](https://github.com/wandb/openui/issues/19#issuecomment-2033119664) with a description of how to wrap the HTML.
I'm actually going to keep this open and figure out a way to make this clearer as you're not the only one having this issue.
This is strange. Maybe a virtual env issue? Can you try running `pip install -U fastapi-sso` and sharing the output?
In my case the dev server was listening on port 3001. Adding the following to `remix.config.js` fixed live reloading: ``` dev: { port: 8002, } ```
I'll look into this
Hey @jedarden currently the container always try to connect to Ollama but the UI should fail gracefully when it can't connect. Are you seeing any errors in the UI or...
I guess the confusion here is where you're seeing: > Unexpected Application Error! > 404 Not Found Is that just what you're seeing in the logs or is the UI...
It think we should change that line to: ``` const iframeSrc = document.location.hostname.includes("127.0.0.1") ? 'http://127.0.0.1:7878' : 'https://wandb.github.io' ``` That will always use the github hosted domain when its not running...
I just merged the fix mentioned into `main`. Let me know if that didn't work.