We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When exporting a domain and trying to re-import it, nothing happens on the UI. In the backend I can see the following logs:
ciso-assistant-frontend-69f55f5bfc-8zw76 frontend SvelteKitError: Content-length of 66317608 exceeds limit of 20000000 bytes. ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at Object.start (file:///app/build/handler.js:993:19) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at setupReadableStreamDefaultController (node:internal/webstreams/readablestream:2464:23) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at setupReadableStreamDefaultControllerFromSource (node:internal/webstreams/readablestream:2496:3) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at new ReadableStream (node:internal/webstreams/readablestream:279:7) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at get_raw_body (file:///app/build/handler.js:982:9) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at getRequest (file:///app/build/handler.js:1063:7) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at Array.ssr (file:///app/build/handler.js:1257:19) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at handle (file:///app/build/handler.js:1327:23) ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at file:///app/build/handler.js:1327:40 ciso-assistant-frontend-69f55f5bfc-8zw76 frontend at Array.<anonymous> (file:///app/build/handler.js:1246:4) { ciso-assistant-frontend-69f55f5bfc-8zw76 frontend status: 413, ciso-assistant-frontend-69f55f5bfc-8zw76 frontend text: 'Payload Too Large' ciso-assistant-frontend-69f55f5bfc-8zw76 frontend }
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect the domain to be imported
Screenshots N/A
Environment (please complete the following information):
Additional context N/A
The text was updated successfully, but these errors were encountered:
nas-tabchiche
No branches or pull requests
Describe the bug
When exporting a domain and trying to re-import it, nothing happens on the UI.
In the backend I can see the following logs:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the domain to be imported
Screenshots
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: