I am using the following configuration in application.ts but I am getting that The key 'datasources.undefined' is not bound to any value in context: this.bind(RateLimitSecurityBindings.CONFIG).to({ RatelimitActionMiddleware: true, name: 'redis', type: 'RedisStore', windowMs: 10 * 1000, max: 3, message: "limit reached", standardHeaders: true }); this.component(RateLimiterComponent as any);
I am using the following configuration in application.ts but I am getting that
The key 'datasources.undefined' is not bound to any value in context: