brunobuddy
MManifest
β’Created by witek on 4/14/2025 in #questions-π
No relations in findOneById
@witek thank you so much for reporting this issue. Indeed it was a bug on
findOnById()
: the relations were not loaded. We fixed it, please update your @mnfst/sdk
to version 1.2.1 ! Cheers π4 replies
MManifest
β’Created by slrcdr on 4/11/2025 in #questions-π
Custom routes
Amazing. Let us know if you have more questions
3 replies
MManifest
β’Created by fedehusk on 4/9/2025 in #questions-π
Prefix environment variables
yes I understand. I think it would be easier to change the port of your Express app (as
EXPRESS_PORT
for example) as you have more access to the code. Take this example:
4 replies
MManifest
β’Created by fedehusk on 4/9/2025 in #questions-π
Prefix environment variables
@fedehusk good idea. Just for information, how are you using your other application server in addition to Manifest? What would be the role of both servers ?
4 replies
MManifest
β’Created by ToΓ n on 3/19/2025 in #questions-π
Deploy to CloudFlare Pages and using D1 & R2
6 replies
MManifest
β’Created by Morgan.Hunt on 3/24/2025 in #questions-π
Is there a plan to implement cascade deletions?
@Morgan.Hunt it's definetly on our backlog, there was a feature request recently on cascade creations: https://github.com/mnfst/manifest/discussions/358
2 replies
MManifest
β’Created by under.forest on 3/21/2025 in #questions-π
Getting Users/user/Data: No such file or directory
@under.forest are you sure the node modules are properly installed ? Can you check if you have a
node_modules/manifest
folder ?5 replies
MManifest
β’Created by ToΓ n on 3/19/2025 in #questions-π
Deploy to CloudFlare Pages and using D1 & R2
I will have a look on this @ToΓ n and I'll let you know
6 replies
MManifest
β’Created by ToΓ n on 3/19/2025 in #questions-π
Deploy to CloudFlare Pages and using D1 & R2
Hello @ToΓ n thank you for your message. Currently the sqlite DB is used only in local, but you can use any MySQL or Postgres remoteDB like https://neon.tech/ for example. I didn't know about the D1 service, it seams like a managed SQLite like Turso right ?
6 replies
MManifest
β’Created by MUROβ‘ on 3/17/2025 in #questions-π
How to make a seeder for a entity?
this would mean that all WorkExperience items have the same value right ? I think it can be coupled with a faker or something like that to generate dummy values
6 replies
MManifest
β’Created by MUROβ‘ on 3/17/2025 in #questions-π
How to make a seeder for a entity?
Hello @MUROβ‘ you can run
npm run manifest:seed
to seed all tables. Are you looking for something more specific ? Like a really custom seeder where you have your own values and logic ? If yes can you share some implementations (other tools/frameworks...) that you like ? Thank you6 replies
MManifest
β’Created by rajan-kz on 3/18/2025 in #questions-π
How to implement Social login?
Hello @rajan-kz it's not implemented yet, but we have it in our backlog as we are going to do a refresh of the auth feature. I will let you know when ready
2 replies
MManifest
β’Created by rajan-kz on 3/16/2025 in #questions-π
Scope limitation
Hello @rajan-kz ! What do you mean by workarounds ? I am not sure to understand you request. Regards
5 replies
MManifest
β’Created by Blaise on 2/7/2025 in #questions-π
Does Manifest supports server less deployment ?
@rajan-kz it works on Cloud Run yes
10 replies
MManifest
β’Created by MiskoPisko on 12/20/2024 in #questions-π
SMTP and mailing
@MiskoPisko we have custom endpoints now ! Look at https://manifest.build/docs/endpoints you can create an endpoint and use your own node packages to send your email !
4 replies
MManifest
β’Created by BennySama on 3/1/2025 in #questions-π
Is there a cleaner/more appropriate way to auto-create this entity relationship in the Middleware?
OK ! No easier way yet but we are open to suggestions if you think of something simpler
6 replies
MManifest
β’Created by BennySama on 3/1/2025 in #questions-π
Is there a cleaner/more appropriate way to auto-create this entity relationship in the Middleware?
@BennySama that's nice ! One thing is that if there is no user that correcponds to that name the code will fail when getting "user.data". You can add a condition (if !user) { throw some error } to make it more robust.
6 replies
MManifest
β’Created by Classified (C Hilde) on 2/20/2025 in #questions-π
Postgres envs
@Classified (C Hilde) I fixed it ! (works with NeonDB). update the version of manifest to the 4.8.1 with
npm i manifest@latest
. In your environment file make sure that you have DB_SSL=true
. Let me know if it works !11 replies
MManifest
β’Created by BennySama on 2/25/2025 in #questions-π
API Policies - Custom Policy
@BennySama yes for both !
- Default values are on the pipe https://github.com/mnfst/manifest/issues/263
- Policies were just a first phase were you can select the policy you want from a list. The following will be to be able to add your own, pretty much like you said.
Thank you for those suggestions, I think that you understood perfectly where Manifest is aiming
3 replies
MManifest
β’Created by Ararat Martirossyan on 2/5/2025 in #questions-π
Data cleaned-up after each deploy
@Ararat Martirossyan S3 storage is now available on Manifest https://github.com/mnfst/manifest/releases/tag/manifest%404.8.0
12 replies