penpot / penpot

Penpot: The open-source design tool for design and code collaboration
https://penpot.app
Mozilla Public License 2.0
28.2k stars 1.37k forks source link

bug: instance-id correctly generated/used? #4498

Open ile opened 3 weeks ago

ile commented 3 weeks ago

Steps To Reproduce

I was having a conversation with ChatGPT concerning this file and instance-id: https://github.com/penpot/penpot/blob/develop/backend/src/app/setup.clj

image

Expected behavior

I would expect instance-id be the same in code/memory as it is in database.

Actual behavior

Currently they may not be the same.

Screenshots or video

No response

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Environment (please complete the following information)

No response

Frontend Stack Trace

No response

Backend Stack Trace

No response

Additional context

No response

ile commented 3 weeks ago

I'm not really sure myself, I don't know much Clojure.