I tried executing a function and I got the following error:
TypeScript
An internal curl error has occurred within the executor! ErrorNumber: 3.ErrorMsg: NoURL set or URL using bad/illegal format\nError Code: 500
TL;DR
Developers forgot to add the path when creating the execute function, which caused the internal curl error. They later realized their mistake and resolved the issue themselves.
Vârli
27 May, 2024, 14:41
Nvm, I solved it
D5
27 May, 2024, 14:52
What was the solution?
Vârli
27 May, 2024, 14:55
i forgot to add the path when creating the execute function