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

Form thread network in Web GUI doesn't work (TZ-989) #78

Closed
jeremyherbert opened this issue Jul 4, 2024 · 3 comments
Closed

Form thread network in Web GUI doesn't work (TZ-989) #78

jeremyherbert opened this issue Jul 4, 2024 · 3 comments

Comments

@jeremyherbert
Copy link
Contributor

jeremyherbert commented Jul 4, 2024

I am trying to form a network using the web GUI and the default settings in the GUI, but I get an error message:

SCR-20240704-pxsp

SCR-20240704-pxun

It appears that the webserver on the ESP32-S3 (thread border router dev kit) is rejecting the POST request:

SCR-20240704-pyds

I am using Chrome Version 126.0.6478.127 (Official Build) (x86_64)

@github-actions github-actions bot changed the title Form thread network in Web GUI doesn't work Form thread network in Web GUI doesn't work (TZ-989) Jul 4, 2024
@jeremyherbert
Copy link
Contributor Author

The fix is to go into menuconfig and change Component config => HTTP Server => Max HTTP Request Header Length to a bigger number (I changed from 512 to 2048). Perhaps the default values should be updated in the project? My HTTP headers are nothing unusual, so it seems like the default value is not large enough.

@zwx1995esp
Copy link
Collaborator

Hi, we have the tests on our ENV using Firefox version: 129.0.2(64bit), all things work fine. I think this issue should be related to the browse. Change the menuconfig seems work.

@chshu
Copy link
Collaborator

chshu commented Sep 19, 2024

@jeremyherbert It seems not a SDK issue, you can change the default configuration in your application.

@chshu chshu closed this as completed Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants