-
I am using Hapi FHIR and I need to manage multiple versions of the same CodeSystem. I would appreciate some guidance on how can I upload multiple versions of the same CodeSystem using the JPA HAPI FHI…
-
I'm using hapi.js and I'd like to add the hapi server object to my electrolyte container while at the same time maintaining some of hapi's best practices.
The hapi server object maintains its own con…
-
At the 2019-06-03 telecon, we talked about adding processing options in a generic way that clients could make use of. Here's a summary of that discussion.
Jeremy presented Das2 server options, whe…
-
React client running in localhost:3032:
```
fetchData = () => dispatch => {
fetch('http://localhost:3000/api/v3/search')
.then(res => res.json())
.then(posts =>
dispatc…
-
I want to try this plugin in recent version of HAPI with the official tour. But I can't make it run at all.
This is my server.js file:
~~~
'use strict';
const Hapi = require('hapi');
cons…
jsg10 updated
6 years ago
-
I deployed last week, all went well after some tinkering with the parsedmarc config to get it to use MSGraph instead of IMAP.
It imports and sort the emails in the mailbox.
All seems to be working, …
-
I just cloned this repo, and after installing the packages and running the server, I get this error:
```
> hapi-socketio-redis-chat-example@5.0.0 start /Users/rambrogi/Projects/redis/hapi-socketio-r…
-
Right now using [docker file](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/Dockerfile) as is, it is not possible to define URL other than root to host hapi-server. I.e. we can u…
-
### Runtime
NodeJS
### Runtime version
NodeJS v18
### Module version
Hapi v21
### Used with
_No response_
### Any other relevant information
_No response_
### How can we …
-
When move my app to node 14.18.1 or node version 14.15.1 i receive errors in the server.
` err: {
"type": "Error",
"message": "write EPIPE",
"stack":
Error: write …