Manifest

M

Manifest

Join the community to ask questions about Manifest and get answers from other members.

Join

npx add-manifest@latest not working

hello, when I try to add manifest, it returns an error while trying to build. ``` >npx add-manifest@latest √ Add Manifest to your project... √ Update package.json file......

Blank Admin Panel

I can't add or edit any admin accounts. Do I have to run the seed command before I can edit them? Will seed overwrite any content I already have added?
No description

API Endpoint to return all singles

Hi, I'd like to use Manifest with Astro's getStaticPaths() is there a simple way to return the slugs of all Singles? Thanks!...

How do I send the currently logged in user on a request?

I have this entity: Movement: seedCount: 3 mainProp: movementType...

Is there a way to extend Manifest admin panel actions?

For example, I've created a property signs entity. When I create one, I want to generate a QR code for it. Is there any way to have something like an onSave action, or should I do it from a separate frontend and generate the QR in an Astro API route?

Problem with "belongsToMany" not working

Hi, maybe someone knows the solution. When adding new entities using the admin panel, there is an error - the panel stops loading the table or form view, and the console returns errors as in the screenshot. I discovered that the cause is the relation “belongsToMany”, when I replace it with “belongsTo” everything works. Here is a code snippet. I am trying to add a new unit, but the events do not work either. Interestingly, the groups themselves work fine, I can add several members. And it's not a problem with policies either, I've already tried removing and changing them....
No description

basic questions

Hello, I am a beginner (aka noob) and just found out about manifest and it seems like a good fit for building a astro blog. I have some general questions though: Do I understand it correct that I would intall Manifest via npm into my Astro project/directory and deploy that to github as one? ...

Nginx proxy -> implications?

I am trying to put the manifest backend (127.0.0.1:1111) on a nginx proxy so it is served on mydomain.tld/backend. It seems to route correctly, but there is only a white screen rendered. What am I missing here? For reference, when accessed directly via IP/port, it works perfectly...

Make a relation required

I think I will a shame in a few moment but I can't find how to set that a relation is required ...

SMTP and mailing

Is there an option to setup smtp client and use manifest for lets say contact forms on websites?

eCommerce

How scalable would this be for a simple ecommerce solution? It would be for a wholesale market that gets a few hundred orders per month. I have a production project I am comfortable using as a test. Thanks!...

I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible

Since Manifest's Auth is RBAC, and since the IDs used for updating entities increments by 1, then doesn't that mean since a user can update their own score, then they can update everyone's score because they can guess the id by incrementing/decrementing their own ID?

I plan to use Manifest for hosting a leaderboard. Any advice?

I am a game developer, and this is the first time I plan to make my own leaderboard instead of using Apple's Game Center. I am excited, but this is my first time hosting a database. Manifest has been easy to setup, and I think it will fit my needs. Any starter tips for my use case?...

How migrations work on incremental development?

How manfiest handles cases of required migrations after some iterations of development? E.g. in some of releases I found that I need to remove one of properties and add 2 more as required w/ default values? Is there any autogenerated or manually write option for migrations?...

Is this an acceptable way to have one product contains multiple images?

```yml Product: properties: - name - { name: category, type: string }...

npx add-manifest stucks on 'Build the database...'

Hello team, I was wondering how I can solve my npx add-manifest because after typing this command it stay on ```...

Defaulting property values?

Is there a way of setting property defaults? I get exceptions when I do something as simple as try to setup a default value true/false for a boolean field. I have tried with both a default on the property as well as options: {default: true}. Apologies if I am missing something obvious here!

Two projects (sub-domains) using the same database

I just saw the presentation Bruno did on Svelte Weekly and I have a question. Lets say I'm building a public facing website and an administration counterpart for it, first one being mywebsite.com and later one is admin.mywebsite.com can we setup this scenario? Maybe in a mono-repo or just a parent-child folder structure for the projects and both sites uses same manifest project.
Route based approach might be a solution (mysite.com/admin) if manifest doesn't support multi-project environment yet I'm sure there are projects which above use case makes more sense too. Thank you...

What about the deprecated packages?

=> => # npm warn deprecated [email protected]: This package is no longer supported. => => # npm warn deprecated [email protected]: This package is no longer supported. => => # npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs => => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported => => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported...
Next