g0053
CCConvex Community
•Created by g0053 on 4/26/2025 in #support-community
Connection issue
Hey guys I seem to have a connection issue on my home internet connecting to convex. When I run a npx convex network-test I get this respoonse:
✔ Deployment URL: https://dusty-salmon-415.convex.cloud
✔ OK: DNS lookup => 52.54.48.130:ipv4 (38.54ms)
✖ FAIL: TCP connect (AggregateError)
But then it will start working sometimes.
To test things out I used my mobile hotspot on my phone and it connects and works and this is the response I get:
✔ Deployment URL: https://dusty-salmon-415.convex.cloud
✔ OK: DNS lookup => 52.44.230.118:ipv4 (65.53ms)
✔ OK: TCP connect (795.34ms)
✔ OK: TCP connect (503.41ms)
✔ OK: HTTP check (761.2ms)
✔ OK: HTTPS check (774.37ms)
✔ OK: WebSocket connection established.
✔ OK: echo 128 B (252.25ms, 507.44273393780054 B/s)
✔ OK: echo 4.0 MB (15.9s, 257.6 KB/s)
✔ Network test passed.
Anyone have any ideas how I can make it so that my home network will work correctly
2 replies
CCConvex Community
•Created by g0053 on 4/20/2025 in #support-community
Convex Audio File
Hey guys I am having issues with audio files that I am uploading to convex. I can upload and play the audio but when I scrub forward on the recording the request is getting this error in the network tab:
(failed)net::ERR_BLOCKED_BY_ORB.
Has anyone had this error before?
4 replies
CCConvex Community
•Created by g0053 on 5/7/2024 in #support-community
I am currently going through tutorial and have a question
I am going through this tutorial https://www.youtube.com/watch?v=s5YM1kH1ht8&t=6986s
I am liking the way convex works. The only thing I cant seem to figure out is how you would stop one user from editing another users data. In the convex files that are just checking the user is Authenticated. I also checked the convex docs with the integration of clerk and it all looks the same. But I tested it and different users can edit each others data. How would I go about implementing it so that only the creating user could edit the data
2 replies