Tiến Nguyễn Khắc
Tiến Nguyễn Khắc
Also `amplify-js` is depended on `@react-native-async-storage/async-storage`. So if you are using both packages, and most likely you will if you are using AWS AppSync, you'll end up dependent on 2...
I was able to build the extension locally and it ran fine on Firefox, everything worked as expected. Not sure what is the team decision behind not releasing this on...
Same issue is happening with bundler like Vite
@mrbbot thanks for looking into this. I'm also getting this issue when running worker locally via `wrangler dev`, haven't tested this in a deployed environment yet.
@mrbbot I've just tested this on a deployed worker & the behaviour remains the same, only the final set cookie is sent to the client.
@penalosa okay so did some digging, and you are right cloudflare worker behave correctly once deployed. I'm using `trpc` and this appears to be an issue with the library that...
🐛 Bug Report — Runtime APIs `WebSocket` can't connect to remote server when using custom port number
If I put the web socket application at port `80`, `443` & `8182` then the socket connection to port `8182` work as expected. So it seems like Cloudflare worker will...
I'm also experiencing this issue right now
@porunov @li-boxuan struggling on how to test this, the test that I copied from #3990 pass but when I check it actually doesn't do anything.