First: thanks for your great work.
Problem is: ESP32 restart with Backtrace in console when pushing a button with a formaction URL like this one:
GET /coucou/Supprimer/2?
Viewing the backtrace (decoded, see below) It seems that there is a problem trying to get a parameter that doesn't exist (after the character '?'), so it should be a simple out of index problem, but I may be wrong.
First: thanks for your great work. Problem is: ESP32 restart with Backtrace in console when pushing a button with a formaction URL like this one: GET /coucou/Supprimer/2?
Viewing the backtrace (decoded, see below) It seems that there is a problem trying to get a parameter that doesn't exist (after the character '?'), so it should be a simple out of index problem, but I may be wrong.
Steps to reproduce:
Basic HTML Table