You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repo made of a NestJS app on which I wanted to install admin bro. I followed the documentation (https://adminbro.com/module-@admin-bro_nestjs.html) but I found some part that are not clearly exposed.
After installing : admin-bro, @admin-bro/nestjs" and then express, @admin-bro/express, express-formidable, I tried to launch my NestJS app and it failed with and error message telling me the package @admin-bro/express is not found.
I didn't first install express-session because I don't pass any "authenticate" object. However I discovered that express-session is actually necessary. Once I installed it, I was able to start my NestJS app.
So, the documentation should not stipulate "if you are passing the "authenticate" object..." as it seems necessary to have express-session even without "authenticate".
Here you have my repository, if you want to check : https://github.com/myriamdbs/blog-backend
The text was updated successfully, but these errors were encountered:
I have a repo made of a NestJS app on which I wanted to install admin bro. I followed the documentation (https://adminbro.com/module-@admin-bro_nestjs.html) but I found some part that are not clearly exposed.
After installing : admin-bro, @admin-bro/nestjs" and then express, @admin-bro/express, express-formidable, I tried to launch my NestJS app and it failed with and error message telling me the package @admin-bro/express is not found.
I didn't first install express-session because I don't pass any "authenticate" object. However I discovered that express-session is actually necessary. Once I installed it, I was able to start my NestJS app.
So, the documentation should not stipulate "if you are passing the "authenticate" object..." as it seems necessary to have express-session even without "authenticate".
Here you have my repository, if you want to check : https://github.com/myriamdbs/blog-backend
The text was updated successfully, but these errors were encountered: