django_builder icon indicating copy to clipboard operation
django_builder copied to clipboard

Selfhost this application

Open RitchiS99 opened this issue 10 months ago • 0 comments

The docs about selfhosting this application are a little bit difficult for my understanding. The goal is to selfhost this application. Best would be a hosting with local database, but i dont understand how can i define that it shall use a local database like the postgresql defined in the docker-compose.yml but my setup is also not working with the firestore database.

What i understand until now: if i want to start the firebase application i need to change the public attribute in the hosting section to use packages/djangobuilder.io/dist

now when i start the application and use the firestore database i am able to create a project, but the version keeps empty and my js log is showing me: TypeError: Cannot read properties of undefined (reading 'name') But okay the project is created and if i refresh the site the django version is correct and the project-name.

Now i can create an app but if i want to create a model for this, it keeps throwing me the error Uncaught (in promise) FirebaseError: Function CollectionReference.doc() cannot be called with an empty path and the model is never created even after a bunch of refreshs. The apps cant be deleted and the download is even not working. What am i doing wrong?

RitchiS99 avatar Feb 20 '25 09:02 RitchiS99