Adam Ben-David
Adam Ben-David
 Getting this when trying to load any of the lesson pages
### Describe the feature If you have the following handlers ``` export default defineEventHandler(async (event) => { const body = await readBody(event) const headers = getRequestHeaders(event) return headers }) ```...
### Environment "nitropack": "latest" Resolving node version 20.x... Downloading and installing node 20.15.1... Using default npm version: 10.7.0 ### Reproduction I am doing a default deployment on heroku according to...