Wictor Wilén
Wictor Wilén
What have you specified in your `.env` file `NGROK_*` variables?
The intent of `gulp ngrok-serve` is to either a) create random domains without any ngrok auth or b) use a user defined domain with ngrok auth populated in the .env...
What documentation are you following? Have you followed this one: https://pnp.github.io/generator-teams/tutorials/build-your-first-microsoft-teams-app/ Also, when trying that tutorial, please remove any global ngrok configuration you have.
Thanks @StickyKnowledge - you said in the initial question post that you used the ngrok authentication token, that's why I asked - and that's what I ask you not to...
> If I add the ngrok authcode to the .env it provides a another ngrok error message, 3200 no tunnel found This requires you to also register a sub-domain in...
@StickyKnowledge check this documentation: https://github.com/pnp/generator-teams/tree/master/packages/yoteams-build-core#using-ngrok
Thanks for the idea and suggestion for implementation. We'll take this into consideration. We also would love to see contributions to the project on this.
This error happens when the generator is using the AST to find the existing bot implementation - that is it expects you to already have created a bot (or another...
Thanks @adambu for reporting this. As you can see in your `npm -g outdated` results, you have version `3.1.1` of `yo`, and the latest version of `yo` is `4.3.3`, and...
@marcoszanre - there's no such thing as a *proactive message endpoint*. This is something you need to implement in your application. However, it's a great idea to add this as...