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
The goal is that our local environment is as similar to production as possible, we have been previously hit by some issues that can't be reproduced locally, for example:
Server-sent events were not being propagated to the frontend because nginx was trying to buffer the whole response.
We experienced a weird issue once, where a GET /path url wasn't working in production due to some issue with nginx but it worked locally
Then, let's focus on:
Use nginx as the entry point for backend/frontend (I already have a draft for this).
The goal is that our local environment is as similar to production as possible, we have been previously hit by some issues that can't be reproduced locally, for example:
GET /path
url wasn't working in production due to some issue with nginx but it worked locallyThen, let's focus on:
I'd expect that:
The text was updated successfully, but these errors were encountered: