Skip to content

Webhook is not working #135

@bgfborges

Description

@bgfborges

I'm using the fal-ai/flux-lora-fast-training model. And I'm passing the webhook correctly (as well as my app is receiving the requests – POST) in the passed Endpoint. But I don't receive back.

NOTE: I suspected it could be an ngrok problem, but everything indicates me the requests are being received into my application (I made many tests with different proxies, and ngrok is passing the requests – and I was not able to see through the logs if it tried and failed to POSt it to my app).

Well, I don't know exactly who I should contact in order to request a feedback on why it's not posting the websocket, the model? Here? Where?

The testing input received by Fal:

{
  "images_data_url": "https://pub-e90f31e237bc40d8acbe5f40adfgt56c365.r2.dev/lora-682f9b25b69bf20c7aeb205b/lora-682f9b22b69bf20c7aeb2057.zip",
  "steps": 10,
  "trigger_word": "682f9b22b69bf20c456b2057",
  "webhookUrl": "https://conversely-evolving.ngrok-free.app/imagine/fal/webhook"
}

Output:

{
  "diffusers_lora_file": {
    "url": "https://v3.fal.media/files/rabbit/4_aFaBpeRtgQ2m_z6UXCo_pytorch_lora_weights.safetensors",
    "content_type": "application/octet-stream",
    "file_name": "pytorch_lora_weights.safetensors",
    "file_size": 89745224
  },
  "config_file": {
    "url": "https://v3.fal.media/files/koala/AtP9XL44fgy5mY4lF6VqKvl8j_config.json",
    "content_type": "application/octet-stream",
    "file_name": "config.json",
    "file_size": 575
  },
  "debug_preprocessed_output": null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    follow-upIssues that are awaiting either a OP response or requires someone from fal to follow up

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions