Salvatore Alessandro

Results 9 comments of Salvatore Alessandro

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...

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 ![image](https://github.com/user-attachments/assets/8d3b722e-0aa1-4a27-8527-e8ae76ac5dd1)

@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...