Skip to content

go-diego-go/nest-request-scope-test

Repository files navigation

Bug Report

Current behavior

  • Defining a request scoped provider in one module, and an interceptor (which uses such provider) in another module
  • The interceptor cannot find the provider Nest could not find Symbol(MagicNumber) element (this provider does not exist in the current context)

Input Code

Repo: https://github.com/go-diego-go/nest-request-scope-test

Expected behavior

  • The interceptor should be able to find and load the provider
  • The provider must only be instantiated once

Environment


Nest version: 7.5.4
GraphQL module version: 7.8.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published