Why Does the First Request Time Out and the Trigger Not Work When Deploying Triggers on Pipedream?

And then when you click Manage Assignments does it show your user?

I understand now that it requires to be attached to a user

Functions doesn’t seem exist
the assignment is there

Hmm interesting

And if you try to deploy a trigger again, it still gets that error?

tried again just now - dc_OLuyV47 yes, same thing

Hmm

Is there anyway to check recent logs for Apex code deployment attempts?

Will try to find… need to leave for a bit, will be back to this in an hour or so. Thanks for your help this far, maybe you could also ask someone from eng what this could be in a meantime?

Sure, np

Yeah I don’t think anyone will know honestly, this is specific to Salesforce and not Pipedream

The person who had most context is not with us anymore

I see :frowning:

okay, no luck with anything :disappointed:
i didn’t manage to dig up any logs from SF, it’s a horrific piece of crap of a system
the webhook kind of works on the timer basis, the pipedream fallback, but, there 2 more things:
• deployment only works from the second retry, on the first the PD api always times out
• i don’t understand how to make pipedream forward the data to my webhook url

  const deploymentPayload = {
          id,
          externalUserId: session.activeOrganizationId!,
          configuredProps: {
            webhook_urls: [webhookUrl],
            ...configuredProps,
            timer: {
              intervalSeconds: 90,
            },
            http: {
              endpoint_url: webhookUrl,
            },
            salesforce: {
              authProvisionId: integrationConnection.connectionId,
            },
          },
        };

i tried setting my webhook URL into 2 places the http endpoint and the webhook_urls field i saw in the docs but neither seems to do the trick

hey sorry for a ping, but i think Andrew is no longer online so if you could please give me a hand

I’m back, just a sec

ah, sorry, i thought you finished your workday :slightly_smiling_face:

no hurry

I was just on lunch haha

Oh yeah there’s the timer fallback, nice