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
When testing locally, sometimes larger uploaded files (e.g., over 100MB) cannot be downloaded. The request initiated by this line of code in web.bundle.js: const resp = await this.api.get('chunk/${offset}'); keeps returning a 403 error. What could be the reason for this?
The text was updated successfully, but these errors were encountered:
sounds weird. are you using ArLocal, a node, or one of the gateways? any txid?听起来很奇怪。您使用的是 ArLocal、节点还是其中一个网关?任何 txid?
Thank you for the reply. The server is deployed on a single node locally and is not connected to your production environment. Sometimes the uploaded files can be downloaded, but at other times, the request initiated by the above-mentioned line of JavaScript code (const resp = await this.api.get('chunk/${offset}');) results in a 403 error, and the file cannot be downloaded.
When testing locally, sometimes larger uploaded files (e.g., over 100MB) cannot be downloaded. The request initiated by this line of code in web.bundle.js: const resp = await this.api.get('chunk/${offset}'); keeps returning a 403 error. What could be the reason for this?
The text was updated successfully, but these errors were encountered: