Hello,
Every time I press the button to see my page I see a 422 error.
On the error log I can see this but I do not see what the problem exactly is.
You initially send an empty string, causing the error.
Try this:
oke, I will try this but this surprise me. When I start the appp there schould nothing send to the api server. That schould onlybe happening when a user clicks on the button.
When you have this:
It will fetch at start. Either way, it seems you need to check you are not sending empty string ;)
oke, thanks for the explanation. Learned another thing