You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should work, but it results in the following error:
failed to decode: schema: converter not found for api.SearchFilter
This endpoint works in application/json format (without sending file)
How can I fix this?
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
Question Description
Hi. I have an application with the following structs:
I call it with the following cURL command:
I think this should work, but it results in the following error:
failed to decode: schema: converter not found for api.SearchFilter
This endpoint works in application/json format (without sending file)
How can I fix this?
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: