I have an issue since I did the last update. I am not sure if it is on my side or wappler.
I have Error: Lexer Error: Unexpected token ‘#’ at column 0 in Expression [#] .
When I submit the form input filter: The server action is does not receive the value in the Api.
However, when I write the value manually in the Api. It works.
The lexer error is caused by the use of src="#" for your images. You can’t use a # as a value for the image source. Please find and all the src="#" on your page and remove the # from there.