BrunyC

Results 5 issues of BrunyC

I created methods but when I call inside action I receive an error: TypeError: this.myMethod is not a function code: ``` crons: [ { name: "Cron-Job", cronTime: process.env.CRON_TIMER, onTick: function()...

Im my localhost swagger works well, but when I upload to a web service with server Nginx I am got this error: Can't read swagger JSON from https://servername/swagger/docs/api someone know...

```js "use strict"; const { Service } = require("moleculer"); const mail = require("moleculer-mail"); module.exports = function (broker) { return new Service(broker, { name: "Email", mixins: mail, settings: { from: "[email protected]",...

Is there any way for this plugin to map the requests by rabbitmq?

Why I'am got this error? import Vue from 'vue' import store from '@/store' import VueSession from 'vue-session' Vue.use(VueSession) const TokenKey = 'ApiToken' const TokenBxKey = 'BxToken' const AdminBxKey = 'BxAdmin'...