Mohamed BEN KHOUYA
Results
3
comments of
Mohamed BEN KHOUYA
same question as @altyaper , What is getSafeBodyFromHTML in this case?
I encountered the same issue. After some debugging, I discovered that the headers are missing when using `` where `prefetch` is explicitly set to `true`. However, when it's left as...
For me the solution was to set the header in the nginx: ` location / { .... proxy_set_header x-next-router-prefetch $http_next_router_prefetch; ... } `