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
If your GNS3 server is behind a Cloudflare tunnel (like mine is), file uploads larger than 100MB are blocked due to a restriction on Cloudflare's end (returns HTTP 413). This could be fixed by automatically chunking the file to be uploaded into multiple archives less than 100MB in size, uploading them, and re-assembling them. This should also be considered for implementation in the native desktop app.
Once I get more comfortable with TypeScript, I may look at implementing this myself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If your GNS3 server is behind a Cloudflare tunnel (like mine is), file uploads larger than 100MB are blocked due to a restriction on Cloudflare's end (returns HTTP 413). This could be fixed by automatically chunking the file to be uploaded into multiple archives less than 100MB in size, uploading them, and re-assembling them. This should also be considered for implementation in the native desktop app.
Once I get more comfortable with TypeScript, I may look at implementing this myself.
Beta Was this translation helpful? Give feedback.
All reactions