Salvatore Alessandro
Salvatore Alessandro
@claudiobottari can you explain how you did perform it?
Hi @DennisSnijder i register BullBoardModule in the app.module.ts ```typescript import {SapRfcModule} from "./modules/saprfc/saprfc.module"; import {BullBoardModule} from "@bull-board/nestjs"; import {ExpressAdapter} from "@bull-board/express"; @Module({ imports: [ ConfigModule.forRoot(), BullModule.forRoot({ redis: { host: process.env.REDIS_HOST...
Any Update for that? still have issue anso using version 5.15.1
i think that the issue is related to yarn version and node version i'm using node 16 and yarn 1.x
Hi @freddyaboulton thx for reply how to declare that it's allowed to go down in the directory?
@freddyaboulton alo adding ```python current_path = os.path.dirname(os.path.abspath(__file__)) ... ui.launch(allowed_paths=[current_path]) ``` still ahve same error 
@freddyaboulton try to execute this code and inspect Folder 2 ```python import gradio as gr from pathlib import Path current_file_path = Path(__file__).resolve() absolute_path = (current_file_path.parent).resolve() # create a Folder called...
@freddyaboulton , @abidlabs I tried on mac and Linux and works but on **Windows** still have the **problem** ```bash ERROR: Exception in ASGI application Traceback (most recent call last): File...
any update about it?