Share feedback, ideas and get community help

Home
Members
doctorai
d
doctorai
Offline, last seen 3 months ago
Joined September 13, 2024
Hi,

I am trying to make a POST Request with NO Query params. I have added the correct Headers.

I am getting an error "PGRST202", and in the details, it seems as though it's adding query params itself!?

I have tried the same POST Request on Postman, and it's working perfectly.
8 comments
B
d
M
Hi, did you by any chance change the way inline variable formatting code is interpreted. It was working fine, till the latest update.

I had this code: {{={{MainInfo1}}.replace(/\n/g, '<br><br>').replace(/<strong>(.*?)</strong>/gi, '$1')=}}

It was working fine before. MainInfo1 (for example) contains the following content: "<strong>The symptoms of travel sickness:</strong>\n• Nausea\n• Vomiting\n• Yawning\n• Rapid, deep breathing (hyperventilating)\n• Looking pale\n• Sweating\n• Producing more saliva than usual" which is fetched by a HTTP Get Request.

I've shown, in the pictures, when I remove the inline formatting code and just display the variable as it is, what it's showing. And when I add the inline formatting what it's showing (empty).
3 comments
d
B