Assigned
Status Update
Comments
co...@google.com <co...@google.com> #2
This bug has been submitted internally.
sg...@gmail.com <sg...@gmail.com> #3
Hello, can we expect a fix soon? thx
ak...@gmail.com <ak...@gmail.com> #4
Comment has been deleted.
ti...@timmolendijk.nl <ti...@timmolendijk.nl> #5
I am facing the same issue: set homepageTrigger.runFunction
to a valid HTTPS URL, which fails with "Executions on HTTP endpoints are disabled. Set enableHttpEndpoints to true in manifest file"
.
I am equally confused by OP’s expected behavior: ”An error stating that http:// prefixes are not supported” — this is not the behavior that I would expect after specifying a valid HTTPS URL.
(By the way: I am horribly stuck. It’s insane how convoluted this whole Add-on development process is. Documentation looks amazing on the surface but ends up surprisingly unhelpful, as stuff just doesn’t seem to behave as advertised. For instance,
Description
However, if an add-on with an http:// header is attempted, the given error (Executions on HTTP endpoints are disabled. Set enableHttpEndpoints to true in manifest file) indicates that a field of the json manifest object should be changed to allow for http URLs. That field does not exist nor is it mentioned in the documentation (
Reproduction Steps: 1. Create an add-on following the quickstart:
Expected Behavior: An error stating that http:// prefixes are not supported.
Actual Behavior: The error: Executions on HTTP endpoints are disabled. Set enableHttpEndpoints to true in manifest file