Optimism Goerli Relayer not working

Hello,

Pierrick from PoolTogether here. I don't know if it's the proper channel to get direct support but I'll post it here.

It looks like the Optimism Goerli relayer is currently not working.

I get the following error:

{
  response: {
    status: 500,
    statusText: 'Internal Server Error',
    data: { message: 'HTTP post /txs failed: Unhandled' }
  },
  message: 'Request failed with status code 500',
  request: { path: '/txs', method: 'POST' }
}

I've also tested by creating and running the default suggested autotask and I get the same kind of error:

AUTOTASK START
END RequestId: 4e6ae5f7-7752-4155-b29f-c8cf40cbaedc
AUTOTASK COMPLETE
2022-08-17T01:59:24.784Z	ERROR	Invoke Error 	{"errorType":"Error","errorMessage":"Error while attempting request: Unhandled","stack":["Error: Error while attempting request: Unhandled","    at AutotaskRelayer.execute (/opt/nodejs/node_modules/defender-base-client/lib/autotask/index.js:46:19)","    at processTicksAndRejections (internal/process/task_queues.js:97:5)","    at async exports.handler (/var/task/index.js:6:17)","    at async Runtime.handler (/opt/nodejs/autotask-wrapper.js:28:20)"]}

This is a somewhat urgent issue since we are in the process of migrating our contracts to Goerli.
Thanks in advance for your help?

Hi Pierrick, thanks for the heads up! We adjusted a couple of settings on our side, can you try again and let us know how it went?

Hi Martin,
Thanks for the prompt response and fix.
It's working now.