openui
openui copied to clipboard
code generated, but is not show in frontend
Why the screen is not update with generated UI ?
@Verfinix I'm gonna need more information about how you're running the service and what you're seeing. Can you add a screenshot and provide info about how you're running OpenUI?
@Verfinix I'm gonna need more information about how you're running the service and what you're seeing. Can you add a screenshot and provide info about how you're running OpenUI?
it generates codebut doesnt display the preview in the middle panel.
Hey @amer-spirinova are you running the service on localhost / 127.0.0.1? The middle section needs to be able to talk to http://127.0.0.1:7878 by default. If you're running it on a different port / host that won't work. See this comment for info on how to build the service in a way that doesn't require talking to localhost:7878.
Might not be the main case here, but this is an issue I've run into when the output code is targeting a framework of some sort (nuxt3 is an example of this). The renderer does not know what to do about it, so it doesn't show anything.