brunobuddy
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
MManifest
β’Created by Blaise on 2/7/2025 in #questions-π
Does Manifest supports server less deployment ?
https://github.com/mnfst/manifest/releases/tag/manifest%404.8.0 here we go: S3 storage available
10 replies
MManifest
β’Created by Classified (C Hilde) on 2/20/2025 in #questions-π
Postgres envs
@Classified (C Hilde) not really, what is your use case ? You can activate SSL or not in order to make it work with remote and local DBs but that's it
11 replies
MManifest
β’Created by Classified (C Hilde) on 2/20/2025 in #questions-π
Postgres envs
Oh you are right I forgot it !! Thank you I will add it next week
11 replies
MManifest
β’Created by Ararat Martirossyan on 2/5/2025 in #questions-π
Data cleaned-up after each deploy
@Stefano Lab we are on it ! It will be available next week
12 replies