-
Release notes: https://github.com/hapijs/hapi/issues/3871
```
look for request.setUrl() references in your code and ensure you are only passing valid arguments.
if you use request.setUrl() to ove…
-
# This is a (Bug Report)
## Description
I'm upgrading my Next.js app which runs on AWS Lambda using serverless-offline and serverless-webpack plugins. The upgrade from Next 5 to Next 8 forces me t…
-
I have the following setup with hapij 8.4.0:
``` javascript
function (cb) {
var caching = (process.env.NODE_ENV === 'production') ? true : false;
var engine = require(…
-
Hi
Can't find any documentation on how to do that.
Currently what I did was:
1. Bought Steam version
2. Installed Houdini launcher
* Worth to mention, **Houdini Launcher does not recognize…
-
In discussion with @mshustov working on https://github.com/elastic/kibana/issues/102699 the `apm.currentTraceIds` inside a hapi server 'response' event are empty. Has the transaction already ended? Or…
-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): No
* *is this issue affecting a production system?* (yes/no): Yes
#### Context
* *node version*: 18.16.…
-
This is probably more of a question than an issue, but I want to make an extensible plugin that other plugins can inherit (I'm duplicating a bunch of code between the plugins) is there a good way to g…
-
Hi,
not sure if there is a bug or I can't get the configuration right but I would like to disable pagination by default and only enable it on specific route.
this is what i'm trying:
plugin registra…
-
Not sure if this expected/normal. I'm following the readme instructions and get lots of warnings. What am I doing wrong?
% npm install --legacy-peer-deps
npm WARN deprecated @types/vfile-message…
-
"dependencies": {
"@azure/event-hubs": "^5.6.0",
"@azure/eventgrid": "^4.5.0",
"@azure/eventhubs-checkpointstore-blob": "^1.0.1",
"@azure/storage-blob": "^12.8.0",
"@hapi/joi"…