-
Notifications
You must be signed in to change notification settings - Fork 143
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
UI gives blank page #36
Comments
I got a blank page when the server wasn't available on the port configured in the .env. If you server is not local, try to curl the server address from your local machine to make sure it is reachable. |
@lancedouglas1 thanks for responding quick! curl 52.226.201.183:8081 I have configured this (rag-server service) in .env. When I do a curl of UI, I get the html o/p as described in my first post. But when I open the same on the browser, I get blank screen! curl to the rag-server service says detail:not found as above. do you also get similar? |
@AI-Zebra sorry, I gave up on the package and moved on. |
@lancedouglas1 thanks, are you able to see the UI, however? |
hi @AI-Zebra @lancedouglas1
|
Same here... Trying to get an answer (#47) |
I feel there is no detailed info on running UI. I tried building the rag-ui and run with port 5173 exposed.
<script type="module"> import RefreshRuntime from "/@react-refresh" RefreshRuntime.injectIntoGlobalHook(window) window.$RefreshReg$ = () => {} window.$RefreshSig$ = () => (type) => type window.__vite_plugin_react_preamble_installed__ = true </script>But getting a blank page in browser (no errors, 200 OK in curl)
curl localhost:5173
But the browser is just white blank page.
The text was updated successfully, but these errors were encountered: