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
Originally posted by bentshrimp September 21, 2023
About the CORS problem
The client, ReactJS app and the server, NestJS app are being run on a same machine, AWS EC2. This is the only reason why we don't encounter CORS error. By the way, it happens when client and server are being run on different machines.
About the cookie problem
When the client and server are running on a same machine, browser dev tool doesn't show the cookie. On the other hand, when they are not, even without getting cookie and writing cookie, browser says it has the cookie. I have no idea what happens here.
We should keep trying to figure out how to fix these problem.
The text was updated successfully, but these errors were encountered:
Discussed in #32
Originally posted by bentshrimp September 21, 2023
About the CORS problem
The client, ReactJS app and the server, NestJS app are being run on a same machine, AWS EC2. This is the only reason why we don't encounter CORS error. By the way, it happens when client and server are being run on different machines.
About the cookie problem
When the client and server are running on a same machine, browser dev tool doesn't show the cookie. On the other hand, when they are not, even without getting cookie and writing cookie, browser says it has the cookie. I have no idea what happens here.
We should keep trying to figure out how to fix these problem.
The text was updated successfully, but these errors were encountered: