sveltejs / kit

web development, streamlined
https://svelte.dev/docs/kit
MIT License
18.71k stars 1.94k forks source link

Response API 502 Bad Gateway with use:enhance #10014

Closed ubay1 closed 1 year ago

ubay1 commented 1 year ago

??

gtm-nayan commented 1 year ago

Please provide a proper reproduction for the issue as instructed by the issue template:

A link to a repository, or a fork of https://node.new/sveltekit, that reproduces the issue. Reproductions must be short, self-contained and correct and must not contain files or code that aren't relevant to the issue — please do NOT just paste a link to your project. Explaining how to reproduce is generally not enough. It pushes the burden of creating a reproduction project onto a small set of volunteer maintainers and isn't scalable. If no reproduction is provided, the issue will be closed.

gtm-nayan commented 1 year ago

Please follow the instructions properly, especially the bolded part that says

must not contain files or code that aren't relevant to the issue — please do NOT just paste a link to your project

ubay1 commented 1 year ago

fix with add in nginx: proxy_buffers 8 16k; proxy_buffer_size 32k;

thanks for answer