Mauricio Siu
Mauricio Siu
In my case to get types I do the following, very easy... ```ts export interface CategorieProps { id: string; name: string; } export interface SectionProps { header: string; items: CategorieProps[];...
No I'm just using ` ` but the question that I have is, the events just should be invoked after where editor makes editor.start()? because I invoked the events in...
Ok but how I will pass data from 1 component to another and get renderized ?
> Same problem here. I don't think I'm doing anything dumb. My project isn't even particularly big, but after about 20 minutes of saving files, tailwindcss slows down to a...
Currently we don't have a way to use docker-compose, since each application/database is individually, but in the future we can create this feature, leave open for now, currently we will...
Run the following command `docker service update dokploy --image dokploy/dokploy:latest` or you can go to `/dashboard/settings/server/` scroll down and click on `server` and then reload and see the if the...
Hmm probably is a thing of how Proxmox handles the internal dns resolution https://github.com/Dokploy/dokploy/blob/3f9e1381b688e8450a0735b59278d557697cff36/server/queues/queueSetup.ts#L4
Are you using custom certificate?
This log tell me you created a custom certificate, so please go to settings -> certificates and then delete it time="2024-05-05T18:10:37Z" level=error msg="Unable to append certificate /etc/traefik/etc/dokploy/traefik/dynamic/certificates/certificate-override-auxiliary-alarm-zmw62g/chain.crt to store: unable...
did you point the A record to the ip of your vps?