Rafał Dzięgielewski
Rafał Dzięgielewski
Can you show full error log? This could be Nest issue since json imports work fine with every other framework I tried.
@Aladinndevolpment Looks like type assertions are supported from Node 17+
@mickyarun This is the same problem @ddresch had, I think you just have to add: ``` "moduleResolution": "nodenext", "module": "nodenext", "target": "esnext" ``` to your `tsconfig.json`
> [BUG] iam new to Adminjs idk if this is worth reporting iam using mongoose when i edit field with population this happend on dark theme its not visible >...
@mickyarun If you use `@adminjs/bundler`, did you set `assetsCDN` in `AdminJS` object? @SOULPWRD is an entry file generated in `.adminjs` folder when you start the server?
You can use a `before` hook to convert empty strings in `request.payload` to `null`.
When using `overrideLogin`, the `Login` page is server-side rendered (same as the default one) which means you won't be able to use React hooks, onClicks, etc but just an HTML...
@eakenbor This is ready and scheduled for v7 as it will be a breaking change because: - I removed `overrideLogin`, you will be able to override login page by doing:...
Try to add this env in heroku: ``` NODE_OPTIONS=--max_old_space_size=2048 ```
Do you have `NODE_ENV` set to `production`?