Igor Yoshevski

Results 6 comments of Igor Yoshevski

Hi @jesus-seijas-sp How can I implement the same example using ` const { containerBootstrap } = require('../packages/core-loader/src'); function onIntent(nlp, input) { console.log(nlp, input) if (input.intent === 'joke.chucknorris') { const output...

If I'm not mistaken this should be handled by the payment processor that you are using in combination with ApplePay (if you check in code MyPaymentProvider.authorizeApplePayToken), currently I'm working on...

I'm using x86 emulator and the issue seems that is present only with x86 on arm versions works well. using Android v7 for testing on x86 "dependencies": { "@react-native-community/async-storage": "^1.12.0",...

I'm using docker-compose but: services: inflow-umami-postgres: image: umamisoftware/umami:postgresql-latest container_name: umami-postgres restart: always environment: APP_SECRET: your_app_secret DATABASE_URL: postgres://postgres:postgres@postgres:5432/umami CLOUD_MODE: 0 DEBUG: "umami:*" DISABLE_BOT_CHECK: 0 DISABLE_LOGIN: 0 ENABLE_TEST_CONSOLE: 1 PORT: 80 DATABASE_TYPE:...

> Don't set environment variables to 0. They are treated strings, not booleans. This is likely your issue. That doesn't solve the issue anyways. But thanks for the hint.

This workaround worked well. I almost got heart attack, luckily I had another server in the same local network - connected through other service so I could access remotely and...