Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/1dde179e928c5d4cdad8909a79db80322e2d0073?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Debris removal

pull/41/head
Hieromon Ikasamo 6 years ago
parent 2c44cf4610
commit 1dde179e92
  1. 1
      src/AutoConnect.cpp

@ -742,7 +742,6 @@ String AutoConnect::_induceConnect(PageArgument& args) {
* A destination as _redirectURI is indicated by loop to establish connection.
*/
String AutoConnect::_invokeResult(PageArgument& args) {
AC_DBG("_invokeResult entered\n");
String redirect = String(F("http://"));
// The host address to which the connection result for ESP32 responds
// changed from v0.9.7. This change is a measure according to the

Loading…
Cancel
Save