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
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
When using ssl on the dev server configuration and the Nestjs instance the request won't reach the server.
The request should reach the server as it does wihtput using the httpOptions in the NestFactory.
When requesting a page using https and bootstrapping the Nest app instance without the httpOptions the request will reach the server as expected.
Minimal reproduction of the problem with instructions
We're following the instructions provided in this sample repository. https://github.com/TrilonIO/universal-nest
When the app is configured as stated above the issue will occur.
What is the motivation / use case for changing the behavior?
We need the httpOptions to be able to use the push method on the response object.
Environment
Macos Big Sur 11.2.3 (20D91)
Nest version: 7.5.5
For Tooling issues:
- Node version: v14.17.1
- Platform: Mac
Others:
The text was updated successfully, but these errors were encountered:
Current behavior
When using ssl on the dev server configuration and the Nestjs instance the request won't reach the server.
Expected behavior
The request should reach the server as it does wihtput using the httpOptions in the NestFactory.
When requesting a page using https and bootstrapping the Nest app instance without the httpOptions the request will reach the server as expected.
Minimal reproduction of the problem with instructions
We're following the instructions provided in this sample repository.
https://github.com/TrilonIO/universal-nest
When the app is configured as stated above the issue will occur.
What is the motivation / use case for changing the behavior?
We need the httpOptions to be able to use the push method on the response object.
Environment
Macos Big Sur 11.2.3 (20D91)
The text was updated successfully, but these errors were encountered: