We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using latest alpha version: 0.0.0-ae4fe86
With this file structure everything works fine, A executes before B:
βββ functions β βββ _middleware.ts # Middleware A β βββ ... β βββ todos β βββ _middleware.ts # Middleware B β βββ ... βββ ...
With this one, B executes before A:
βββ functions β βββ api β βββ _middleware.ts # Middleware A β βββ ... β βββ todos β βββ _middleware.ts # Middleware B β βββ ... βββ ...
A list of steps to reproduce the bug.
wrangler pages dev
Middleware should always be executed top to bottom.
Fill out the following information about your environment.
wrangler -v
node -v
wrangler.toml
The text was updated successfully, but these errors were encountered:
Merge pull request #110 from cloudflare/ispivey/update-deps
4418c63
Updates `ava` dependency
6336889
bee110d
Allow output directories to be overridden (cloudflare#110)
91ca74f
* Made output directories overridable * Added output directory tests
Successfully merging a pull request may close this issue.
π Bug report
Describe the bug
Using latest alpha version: 0.0.0-ae4fe86
With this file structure everything works fine, A executes before B:
With this one, B executes before A:
Reproduce the bug
A list of steps to reproduce the bug.
wrangler pages dev
Expected behavior
Middleware should always be executed top to bottom.
Environment and versions
Fill out the following information about your environment.
wrangler -v
: 0.0.0-ae4fe86node -v
: v16.13.1wrangler.toml
: noneThe text was updated successfully, but these errors were encountered: