-
In a `signIn` action I'm implementing along with `signUp` and `signOut` I need to get the IP address of the client and its `user-agent` string and store this info in a database so that it can later be…
-
Hi, i am folllow the documentation from moleculer-web, this is my api service
```
"use strict";
const ApiGateway = require("moleculer-web");
module.exports = {
name: "api",
mixins: [ApiGat…
-
## Current Behavior
If a typescript file is saved with any syntax or type error, the dev runner will throw an error (as expected), but after the error is resolved, the reload fails to pick it up ag…
-
**Is your feature request related to a problem? Please describe.**
I have the number of APIs
"POST /users": "v1.users.register",
"POST /users/authenticate": "v1.users.authenticate",
"POST /users…
-
As we have `Errors` class from `moleculer-web` like NotFoundError, BadRequestError?
Do we have all the HTTP errors?
For example, I needed 409 conflict error, 403 forbidden, 413 Entity too large,…
-
Hi, I've RPi with raspbian and Hassio in docker. I tried install room assistant (addon) but I've errors in log:
`Log
> @abandonware/bluetooth-hci-socket@0.5.3-1 preinstall /room-assistant/node_modul…
-
## Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the 0.13.11 version
- [x] I checked the documentation and found no answer
- …
knvpk updated
4 years ago
-
## Current Behavior
Memory allocation error when adding jaeger tracing to API Gateway from base project.
## Expected Behavior
Public folder contents are displays and memory allocation does n…
-
I get the following error on trying to initialise a moleculer project -
Failed to download repo from 'moleculerjs/moleculer-template-project'!
-
I have a namespace called `api_dev`
and normal moleculer can detect moleculer-apollo
```
const { ServiceBroker } = require("moleculer");
const broker = new ServiceBroker();
module.exports = {…
AruXc updated
5 years ago