-
Notifications
You must be signed in to change notification settings - Fork 445
URL does not match any of the prefixes whitelisted for use in the add-on #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You'll need to whitelist the URL in the add-ons manifest file: https://developers.google.com/gmail/add-ons/concepts/manifests#whitelisting_urls |
@erickoledadevrel I whitelisted the URL like that "openLinkUrlPrefixes": [ but its still given me an error. |
@sonha did you solve the problem? |
Experiencing the same problem. Trying to open a website on button click. It gives me an error as below eventhough I have whitlisted the url in manifest file. Please let me know How can I fix this issue.
|
I have experienced the same problem here, did not find how to solve the issue. |
has anybody figured out how to work through this? whitelisting didn't seem to work for me (unless i whitelisted incorrectly..) |
Hello @deepika537 , |
Hi @sonha , |
I just tried using gmail add-ons and get the following error:
"URL ... does not match any of the prefixes whitelisted for use in the add-on."
https://testdomain.com/oauth2/authorize?client_id=23434394431937-ljv054hhvbj4n4jiqor6uss2del0o46n.apps.googleusercontent.com&response_type=code&redirect_uri=https%3A%2F%2Fscript.google.com%2Fmacros%2Fd%2F1nESfiCONMfhFgocEdFjgkvMT9kiOSfVk7aw7Frz5imP4zW_wwK9hr70W%2Fusercallback&state=ADEpC8xifricPRf7_rnIReuX7DutomrafsY5NgQVTrq_8vy1YZfdQTQ8E13NU1FEc35s5p4jxneLL8v87qj13Dj49Fe-1ZVHdTZ0lAoJXMWIp98KOPYwwM2YAO7ho-
Anyone ideas what causes this?
The text was updated successfully, but these errors were encountered: