Error saving HTML content

Options
jdecampos
jdecampos Member

Good morning,
I use Bubble and I want to save an article in HTML in Xano except that I have an error message that appears:
Temporary error connecting to Jarside article - update_api_jarside_article (raw message: {"message":"Error parsing JSON: Syntax error"})

I tried replacing some HTML tags which I think created this problem. Especially the tag. It worked and I got this error again...

Can you help me solve this problem?

Attached the content I want to save

THANKS

Answers

  • Liz Anaya
    Liz Anaya Member, Administrator

    ADMIN

    Options

    Hi @jdecampos! 👋

    Welcome to the Xano Community!

    The error "Error parsing JSON: Syntax error"often means that the JSON data you are trying to receive isn't correctly formatted. You can check your Swagger documentation in your API Group to see what the syntax should look like for that specific API endpoint.

    Additional info: You can save HTML in Xano as the type text. One thing to note when running the query to add HTLM to a database table is that you need to delete the spaces between the tags <>.

    Let me know if this is helpful or if you have any additional questions! 😀