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
This is the correct code, but when I remove it if c.Get("Content-Type") == "application/json"
I'm getting an error:invalid character '' looking for beginning of value
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
I'm having an issue when I need to bind both query and json in v3
This is the correct code, but when I remove it
if c.Get("Content-Type") == "application/json"
I'm getting an error:
invalid character '' looking for beginning of value
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: