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
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
Bug Description
Issue 1
I had to use the following signature for custom context
Issue 2
panic: as c here is *DefaultCtx
How to Reproduce
Run and make request
http://localhost:8080/
Expected Behavior
myCtx := c.(*MyContext)
this should work even when middleware is used.
Fiber Version
3.0.0-beta4
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: