-
I am a bit puzzled by the following:
1) As my app has returning users with account etc I suppose I do need a database for authorization rules etc.
2) I really would prefer to use postgres (with sequ…
-
I am using the ```forRootAsync``` method to load roles dynamically from the database however I am getting an error. I am a newbie to Nestjs, so please let me know if I am doing something wrong
```
E…
-
### Contact Details
_No response_
### What happened?
When starting the application with AdminJS integrated, an error occurs: `NoResourceAdapterError`: `There are no adapters supporting one of the r…
-
I recently stumbled upon this library and trying to find my way inside it.
One of the question that i am facing: is there a way to create nested relation from the parent create mutation?
Lets say…
-
start telegram bot to add ability to users send links for the blog, the links save to sqlite database.
use typescript for the bot
/ai:go
-
I'm currently using neverthrow to wrap all errors in my codebase. This means that I don't raise any errors and therefore the current implementation (typeorm adapter) won't rollback.
I know that we …
-
Is there support for validation on a class level and not just property level? I want to do DB lookups but issue a single query vs one per field.
-
## Issue Description
I'm trying to serialize a `class-transformer` decorated class into a `json` field in PostgreSQL. To do that, I use this block of code:
```ts
@Column({
type: 'json',
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
node_modules/@nestjs/common/file-stream/streamable-file.js:31
this.options.length ??= buffer…
-
When I save post entity with survey it throws the error I mention.
I checked for similar issues to fix it. But they didn't work.
When I remove @JoinColumn({name: 'surveyId'}) at Post survey propert…