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
tried with webhook and withod -- the problem still remaining. Problem appears when i add the target module to the AppModule with others, since i create nestjs appl only with telegraf module everything works fine
[Nest] 14780 - 01.11.2024, 02:02:54 ERROR [Telegraf: sadadaksdk888bot] TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
`import { Global, Module } from '@nestjs/common';
import { session } from 'telegraf';
import { AppConfigModule } from 'src/config/app-config.module';
import { LoggerModule } from '../logger/logger.module';
import { DatabaseModule } from 'src/database/database.module';
import { AppConfigService } from 'src/config/app-config.service';
import { TelegrafModule } from 'nestjs-telegraf';
import { BotUpdate } from './telegram.update';
import { BotService } from './telegram.service';
import { TelegramProiders } from 'src/entities/telegram/telegram.prodivder';
tried with webhook and withod -- the problem still remaining. Problem appears when i add the target module to the AppModule with others, since i create nestjs appl only with telegraf module everything works fine
[Nest] 14780 - 01.11.2024, 02:02:54 ERROR [Telegraf: sadadaksdk888bot] TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
`import { Global, Module } from '@nestjs/common';
import { session } from 'telegraf';
import { AppConfigModule } from 'src/config/app-config.module';
import { LoggerModule } from '../logger/logger.module';
import { DatabaseModule } from 'src/database/database.module';
import { AppConfigService } from 'src/config/app-config.service';
import { TelegrafModule } from 'nestjs-telegraf';
import { BotUpdate } from './telegram.update';
import { BotService } from './telegram.service';
import { TelegramProiders } from 'src/entities/telegram/telegram.prodivder';
`
The text was updated successfully, but these errors were encountered: