mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #206] Empty web pages when using autoconnect example #168
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Daemach on GitHub (Aug 2, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/206
I just installed the library and tried uploading the autoconnect example as a test. I used the resetsettings() function to force the config page. The AP is created correctly, and the webserver says "Handle root" when I try to pull up 192.168.4.1, but the web page is empty on an iphone 6 running safari and a windows 10 laptop running chrome.
I'm using esp arduino build 2.3.0
@Daemach commented on GitHub (Aug 3, 2016):
I've tried this with 2.2 and 2.1. DNS redirects properly, but I get empty web pages.
@Daemach commented on GitHub (Aug 5, 2016):
I have tried uploading the sketch using both of the 2 flash size options. 4M/1M SPIFFS and 4M/3M SPIFFS. Both yield empty web pages. Serial monitor says that it thinks it's handling root, but nothing comes up in the browser.
@Daemach commented on GitHub (Aug 7, 2016):
I originally installed the library using the library manager in the IDE. Oddly, downloading the library from github and copying the files into the same folder solved all of the problems.