Stefanos Chrs

Results 7 comments of Stefanos Chrs

I had the same issue and for me the fix was to remove the `buildOptimizer, vendorChunk` from the `build.configurations` in `angular.json`. So this: ``` "development": { "buildOptimizer": false, "vendorChunk": true,...

Hey @aakashpgandhi @chrismadufor everything was working fine for me for the last year until today that I started getting this error, without any changes to the node version & packages...

How can I provide to you more information? Here's the middleware: ``` v1ClientRouter.Use(func() gin.HandlerFunc { u, _ := url.Parse(os.Getenv("BASE_URL")) nextHandler, wrapper := adapter.New() csrfHandler := nosurf.New(nextHandler) csrfHandler.SetBaseCookie(http.Cookie{ Name: "csrf_token", Path:...

@justinas any thoughts on this?

I'm afraid there's no possibility of an initial request as it's used by a 3rd party.

Did you find any library that's up to date?

@NoahSimajji did you manage to find a solution for this? It's quite annoying for the user if they want to carefully inspect a specific section at the moment.