Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misunderstanding in @admin-bro/nestjs part of documentation #34

Open
myriamdbs opened this issue Feb 6, 2021 · 1 comment
Open

Misunderstanding in @admin-bro/nestjs part of documentation #34

myriamdbs opened this issue Feb 6, 2021 · 1 comment

Comments

@myriamdbs
Copy link

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

@shaolinjr
Copy link

Thanks @myriamdbs I spent almost 1 hour looking for this!

@dziraf dziraf transferred this issue from SoftwareBrothers/adminjs Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants