Error fetching ad content: TypeError: Window.fetch: HEAD or GET Request cannot have a body

Created on 3 September 2025, 18 days ago

Problem/Motivation

It seems I was a bit careless when testing 📌 Replace jQuery by vanilla JS Active (I probably forgot to flush the JS cache), and did not realize the obvious problem that the browser will block the GET request from going out since HTTP strictly forbids a GET request to have a body. Instead, we need to use query parameters.

Steps to reproduce

Proposed resolution

I will quickly implement the solution to the problem here (that will not require many changes).

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

11.0

Component

ad module

Created by

🇩🇪Germany lrwebks Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024