Search found 1 match

by vivask
Tue Aug 30, 2022 5:24 am
Forum: Report Bugs
Topic: esp_http_server and vue-router interaction
Replies: 0
Views: 3130

esp_http_server and vue-router interaction

There is a problem of interaction between esp_http_server and vue-router. You can see this issue in the restful server example (https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/restful_server). Only the '/' request is handled correctly, which redirects to an existing i...