I’m currently working through the N8N102 course and have run into an issue with the Webhook Assessment Tool that I haven’t been able to resolve.
After correctly configuring my webhook (details below), submitting the form causes the page to render as a completely blank white screen. I’ve tried the following to rule out a local issue:
@Lewis_Crate thats not your workflow, the N8N102 webhook tester endpoint blanking is a known academy-side bug, it got reported and marked fixed here Webhook-tester endpoint is responding blank but looks like its back. since youve already ruled out browser/cache its on their end, nothing to change in your n8n. worth flagging on that thread so the academy team knows its regressed.
I am unsure if my scenario is valid, but I have encountered this blank screen before when using the ‘test’ webhook URL (e.g, ``https://host.name/webhook-test/course/n8n102/new-order``) and clicking ‘execute webhook’ to listen for events. I am aware that in this mode, the system only listens and responds to the first webhook call from the tester, meaning the other 2 subsequent calls from Step 1 are going to the void. I hope this assists with your investigation.
Below is the result. But I also notice that if we check “Disable Cache” in the console, the same behaviour won’t trigger a blank page.