issues Search Results · repo:kataras/iris language:Go
Filter by
999 results
(73 ms)999 results
inkataras/iris (press backspace or delete to remove)senario
initialize dependencies
1. dependency: config loader
2. dependency: jwt, it will get config information from config loader
use middleware in dependency jwt
problem is How can i resolve dependencies ...
shyandsy
- Opened on May 13
- #2555
app.ConfigureContainer().UseResultHandler(func(next iris.ResultHandler) iris.ResultHandler {
return func(ctx iris.Context, v interface{}) error {
/* this function not being called */
fmt.Println(v) ...
haoval
- Opened on Mar 19
- #2534
Hey 👋,
How can I render my HTML and store it in a local variable instead of writing it directly to the browser? In my code, I
use the function ctx.View( index ) to render and send the page to the user, ...
hallfana
- Opened on Jan 24
- #2518
Describe the bug There s a syntax issue in the JWT token s payload: it contains a trailing comma. Here s how the decoded
payload appears:
{
iat : 1736252478,
exp : 1736252838,
iss : NAME ,
...
🤘 status:resolved
🐞 type:bug
my3rs
- 2
- Opened on Jan 7
- #2517
Describe the bug A clear and concise description of what the bug is.
To Reproduce
package main
import (
github.com/kataras/iris/v12
github.com/kataras/iris/v12/websocket
log
strings
)
func ...
InfpHub
- Opened on Nov 29, 2024
- #2503
我在使用go语言的 Iris v12.2.5 框架做项目,为什么当访问 192.168.172.88:8080/contact 时初始化变量UID被清空了? 我的main.go代码如下:
package main
import (
github.com/kataras/iris/v12
github.com/kataras/iris/v12/mvc
)
func main() { ...
feikeq
- 3
- Opened on Oct 10, 2024
- #2492
https://github.com/iris-contrib/middleware/blob/master/cors/cors_test.go
only difference is that I use a Party
...
app.UseRouter(crs)
...
v1 := app.Party( /v1 ).AllowMethods(iris.MethodOptions)
v1.UseRouter(crs) ...
Dexus
- 4
- Opened on Sep 10, 2024
- #2490
Describe the bug On the issue of receiving protobuf data exception in MVC To Reproduce
1. The following is the main code segment, which works as a whole except for errors when receiving protobuf
app ...
dongzhanhub
- 5
- Opened on Sep 10, 2024
- #2489
Sample:
_, err := os.ReadFile( /tmp/dat_not_found )
newProblem := iris.NewProblem().Wrap(err)
ctx.StopWithProblem(
iris.StatusInternalError,
iris.NewProblem().
Key( error , true).
...
Dexus
- 1
- Opened on Sep 10, 2024
- #2488
Describe the bug The Validator dont fire on ctx.ReadQuery(...) I was doing it similar to
https://github.com/kataras/iris/blob/6776bf0dc9456351a5898fe5299007b19697c8f9/_examples/request-body/read-json-struct-validation/main.go#L2 ...
Dexus
- 2
- Opened on Sep 5, 2024
- #2487

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.