fedehusk
MManifest
•Created by fedehusk on 4/9/2025 in #questions-🙋
Prefix environment variables
I thought about a model where the application (running e.g. Express.js) and the Manifest are stored in a single file structure. Then, in a single
.env
file, you could put variables for both Express and Manifest4 replies
MManifest
•Created by fedehusk on 12/29/2024 in #questions-🙋
Problem with "belongsToMany" not working
Yup, changing the relation name worked
6 replies
MManifest
•Created by fedehusk on 12/29/2024 in #questions-🙋
Problem with "belongsToMany" not working
Okay, I already know what this is about. The name of the relationship cannot be the plural of the entity name. I had to change for example from
{ name: units, entity: Unit }
to { name: organizer, entity: Unit }
.6 replies
MManifest
•Created by fedehusk on 12/29/2024 in #questions-🙋
Problem with "belongsToMany" not working
Btw - it adds a new unit if I don't select any groups, but in other cases it doesn't. However, it doesn't change the fact that I still can't display any record
6 replies