Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

cannot serve static file #2

@andig

Description

@andig

Look at https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/src/WebHandlers.cpp#L28

If init looks like this:

server.serveStatic("/small2", SPIFFS, "/index-small.html");

The file is not served. I think it's missing:

else {
 path = _path;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions