✨ Compiled Worker successfully
⛅️ wrangler 3.26.0
-------------------
Your worker has access to the following bindings:
- D1 Databases:
- DB: local-DB (DB)
⎔ Starting local server...
[wrangler:inf] Ready on http://localhost:8080
X [ERROR] Your worker created multiple branches of a single stream (for instance, by calling `response.clone()` or `request.clone()`) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance, `new Response(response.body, response)`, `new Request(request)`, etc).
[wrangler:inf] POST /api/v1/waitlist 200 OK (6ms)
✨ Compiled Worker successfully
⛅️ wrangler 3.26.0
-------------------
Your worker has access to the following bindings:
- D1 Databases:
- DB: local-DB (DB)
⎔ Starting local server...
[wrangler:inf] Ready on http://localhost:8080
X [ERROR] Your worker created multiple branches of a single stream (for instance, by calling `response.clone()` or `request.clone()`) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance, `new Response(response.body, response)`, `new Request(request)`, etc).
[wrangler:inf] POST /api/v1/waitlist 200 OK (6ms)