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

Incompatitle with nestjs version 8 #35

Open
tienpvse1 opened this issue Dec 31, 2021 · 1 comment
Open

Incompatitle with nestjs version 8 #35

tienpvse1 opened this issue Dec 31, 2021 · 1 comment

Comments

@tienpvse1
Copy link

Describe the bug
cannot start the nest project with adminjs installed

Installed libraries and their versions

Reproduce
when start the project, it throw a error message: Nest cannot resolved AdminModule

Expected behavior
the project should run with adminjs install in nest v8

@dziraf dziraf transferred this issue from SoftwareBrothers/adminjs Jan 3, 2022
@jackwlee01
Copy link

jackwlee01 commented Jun 5, 2022

When I try to integrate the module in app.module.ts I get the following error:

{"statusCode":404,"message":"Cannot GET /admin","error":"Not Found"}

Is this issue still relevant? I noticed some more recent commits.

Here is my app.module.ts file:

@Module({
  imports: [
    AdminModule.createAdmin({
      adminJsOptions: {
        rootPath: '/admin',
        resources: [
        ],
      }
    }),
    ArticlesModule,
  ],
  controllers: [AppController],
  providers: [AppService],
})
export class AppModule {}

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