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
I'm getting a error using the nginx reverse proxy for freddie bundle, the response from subscriber controller remains pending and i cant get he response header status.
If i sent a request direclty to react server the response header is running.
Request URL:
http://localhost:4001/.well-known/mercure?topic=test
Request Method:
GET
Status Code:
200 OK
Remote Address:
[::1]:4001
Referrer Policy:
strict-origin-when-cross-origin
HTTP/1.1 200 OK
Content-Type: text/event-stream
Server: ReactPHP/1
Date: Sun, 29 Oct 2023 17:41:06 GMT
Transfer-Encoding: chunked
But, if I send a request to the nginx server i cant receive a response from the server, the Chrome DevTools inform the pendins status.
Hi everyone.
I'm getting a error using the nginx reverse proxy for freddie bundle, the response from subscriber controller remains pending and i cant get he response header status.
If i sent a request direclty to react server the response header is running.
But, if I send a request to the nginx server i cant receive a response from the server, the Chrome DevTools inform the pendins status.
Follow my nginx configuration
Follow nginx debug log:
Can you help me to solve this error?
Thank you.
Igor.
The text was updated successfully, but these errors were encountered: