{ "ok": false, "data": "Cannot deserialize value of type java.lang.Integer from String "$system.search.experience": not a valid java.lang.Integer value\n at [Source: REDACTED .........
So sounds like I need it to be an integer when it's a string. After multiple hours I cannot seem to get the right JSON to convert it into a number that the API will recognise
If I replace the system.search variable with a static number it works fine.
Hi, when I try to put the code below in an HTML Embed, I get "Unexpected token" as an error. Have I understood how to use the backticks and $ sign correctly? Thanks in advance
The Supabase with Webstudio video you guys did was great to get me started, I've successfully got data onto the page from Supabase, with no database experience.
But it didn't mention how to get dynamic URLs.
From the Wordpress video, I know its something to do with putting :slug in the URL, and generating GraphQL to somehow map a slug field to SLUG
But I'm stuck after trying so many different things. Any tips please?