I don't see any GREASE in the HTTP/2 session in that log.
t=23182 [st=719063] HTTP2_SESSION_SEND_HEADERS
--> exclusive = true
--> fin = true
--> has_priority = true
--> :method: GET
:authority:
www.uibindia.com :scheme: https
:path: /ManageEnrollmentData?ParentId=kEDoJ36JVFvHGj6nkQum%2bw%3d%3d&ClickedId=i%2fD2K1AlwdtYrMQurM22tw%3d%3d&ParentMenuName=FdgufbErLppNsMx%2f0bgypjrrg6TtFL7ITmdfZCr27Ic%3d&ClickedMenuName=m%2fLDRsFDI%2f2p1Pu9kxxGo9zie5U25%2f97FH1V7nHDCHI%3d
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
sec-fetch-site: same-origin
sec-fetch-mode: navigate
sec-fetch-user: ?1
sec-fetch-dest: document
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9,und;q=0.8,fr;q=0.7
cookie: [92 bytes were stripped]
--> parent_stream_id = 0
--> source_dependency = 123323 (HTTP_STREAM_JOB)
--> stream_id = 751
--> weight = 256
t=28276 [st=724157] HTTP2_SESSION_RECV_RST_STREAM
--> error_code = "8 (CANCEL)"
--> stream_id = 751
The server is sending a RST_STREAM frame with a CANCEL error code in response to the HTTP request. This would be equivalent to a server closing a TCP connection after receiving an HTTP request.
I noticed that there's an almost identical HTTP request sent on stream 753 (which the server responds to instead of sending a RST_STREAM frame). The only difference I see is that that request doesn't have the "sec-fetch-user: ?1" header. Is it possible that your server doesn't like that header?