Help with error!

I am following the “scale your web app” academy course but I am getting a 400 error with the message “Text filter requires a scalar value” anytime I try to execute the global workflow for creating a ticket. I am using Xano as my backend. Please how can I solve this?

I’d open your xano, go to the endpoint reporting this error, click on the “3 dots” in the upper-right, then select recent requests. You’ll see your request with the 400 error message. Take a look at your inputs - do they look correct based on what you think you are sending from weweb? Look also at how far it gets in the function stack. Does it get anywhere? If not, you probably have an error in the input filters. If so, you know which line was the last one it hit, giving you a narrower field for diagnosing your situation.

1 Like