Test webhook url no longer correct after last two updates, only production

Describe the problem/error/question

Test webhook url is not correct
I am running a reverse proxy using oauth 2
and I’m using the webhook_url env var, but production url is the only one that is correct

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @T3ch hope all is well, welcome to the community.
It looks like your webhook env var is not set or (most likely) is set to an empty value.

Hey Jabbson
As stated in the post I do have the webhook_url env var set and the production webhook url is correct
But the webhook-test url is not. As shown in the screenshot. Is there another env var I should be setting for test? This was working before.