Skip to content
New issue

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

Import domain - payload too large #1516

Open
fastlorenzo opened this issue Feb 19, 2025 · 0 comments
Open

Import domain - payload too large #1516

fastlorenzo opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fastlorenzo
Copy link
Contributor

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:

  1. Export a domain
  2. Import it back

Expected behavior
I would expect the domain to be imported

Screenshots
N/A

Environment (please complete the following information):

  • Version: v2.2.1

Additional context
N/A

@ab-smith ab-smith added the bug Something isn't working label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants