Dima Revutskyi
Dima Revutskyi
I have same problem as @m190 for solve this i did: @Override public void onPause() { setHasOptionsMenu(false); super.onPause(); } maybe another way to fix this in Watson class?
I haven't read about Maven and Gradle). Thanks, I'll try use Marven.
Hi @fcrdossantos Thank you for your question! Could you please take a look at `preserveExternalPathMappings` option which was added in the version `5.6.0`? Basically, you need to setup Domain Manager...
Hi @kaykhan Thank you for your issue! It could be related to the https://github.com/amplify-education/serverless-domain-manager/issues/510 Place try our latest version of the plugin (6.1.0) It should be fixed And please let...
Hi @chris-hinds Have you tried to use `allowPathMatching` option?
Hi @chris-hinds Could you please provide a full sls config? With functions and custom configs
In [this](https://github.com/amplify-education/serverless-domain-manager/blob/master/src/aws/cloud-formation-wrapper.ts#L23-L29) block of code, we are trying to retrieve CF data You can debug this code, find out what is wrong and send us a pr with the fix...
The config looks fine I'm guessing there is a CF stack created by API type rest And, when you have switched to the HTTP, the plugin can find this CF...
Hi @therunbuddy Could you please provide a more extended error message?
Hi @olegario96 Could you please try with the version 5.0.0?