Response Data could not be loaded: no content available because the request was forwarded

Hello everyone.
I’m faced with a strange problem again.
It’s a simple insert query but unfortunately it doesn’t work.
“302 Found” is output as the status code and the error message:

Original message: Antwort Daten konnten nicht geladen werden: keine Inhalte verfügbar, da die Anfrage weitergeleitet wurde

translation: Response Data could not be loaded: no content available because the request was forwarded

What am I doing wrong?

Security restrict step is redirecting to /admin/login.php, shown in response headers (“location”), hence the response body is empty

Double-check if you’re logged in

1 Like

sorry, i don’t understand.

I think the login worked, data is being output.

Yes @Apple is spot on, it’s not working because of the security restrict.

You can confirm it by removing/disabling that step temporarily.

Then you can figure out why you’re not logged in but think you are.

Thank you very much, without sequiety restrict it works.
Well then I just have to see how I can get the restrict back in