DropbaseHQ / dropbase

Dropbase helps developers build and prototype web apps faster with AI. Dropbase is local-first and self hosted.
https://www.dropbase.io/
Other
1.09k stars 29 forks source link

Worker Not connected #19

Open JVKeller opened 3 months ago

JVKeller commented 3 months ago

Following the steps here produces "Worker not connected" error when loading on port 3030.

Setup is a debian 12 LXC container on proxmox Installed git installed docker followed the steps listed...

azhakhan commented 1 month ago

hey @JVKeller ,

we have not tested the framework on LXC containers yet.

but i suspect the issue might be related to CORS. can you add public ip address of your instance to server.toml as

cors_origins = ["IP_ADDRESS:3030"]

make sure to add it before llm settings