Matthew Vander Vliet
Matthew Vander Vliet
Yes, warrants discussion. Generally speaking eCommerce apps always include features for reviews/ratings/feedback. In MuShop, this is omitted for sake of feature simplification where the concept is deliberately broad for the...
I'm inclined to agree with this note. The basis is from the WebRTC protocol, namely the `turn` service dynamically allocates ports for client (browser) and stream (unreal) to establish the...
This may be a problem of having util or auxiliary files within the `components` directory that's scanned by the registry? For example, if `ComponentFirstVisitVerification.ts` does _not_ export a valid component...
Are you able to share the contents of `ComponentFirstVisitVerification.ts` and any of the `static` methods or constructor logic that causes the error?
Hi @LuizPiresS - If you haven't already, you may want to check out the docs on integrating [`twilio`](https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/text-only-channels.html#GUID-CAE779EE-6D36-4727-AF3A-D002305DFD02) @fnimphiu might have some examples with whatsapp as well.
Hey @LuizPiresS - yes, the examples are for a `node` runtime - just to distinguish from a browser context (not this SDK). Do you have a specific feature you're integrating?...
+1 would be great
I recently came across this exact scenario and tried a number of things. Initially I tried just using `mssql` directly (without `sequelize` or `knex`), and got the same errors. I...