Errors
Below is a list of all the errors that might occur in your widget during flow execution. This page is here for self-diagnosis and troubleshooting. But if something goes wrong — don’t hesitate to reach out via chat or at care@widged.io. We’ll help you with any error!
FlowExecutionError
An error occurred during flow execution. This can happen when:
- A JavaScript runtime error occurs (TypeError, ReferenceError, RangeError, or SyntaxError)
This error indicates a problem on our side. Please contact us at care@widged.io and we'll help resolve the issue.
InvalidRegexError
Provided regular expression is invalid.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
AiPromptRequestError
AI prompt request failed. This can happen due to various reasons:
- Request format is invalid
- The AI service is temporarily unavailable
- There was an error processing the prompt
- Prompt had too many tokens
UnknownAwaitEventError
Event name provided to the await node is unknown. This can happen if you have an outdated version of the widget runtime. Please, try to reload the page or republish the widget.
InsufficientAwaitEventValuesError
Event values count doesn't match the expected count. This can happen if you have an outdated version of the widget runtime. Please try reloading the page or republishing the widget.
CodeDefaultExportNotFunctionError
Your code node must export a function to execute. Please, check if you have an export default
statement in your code.
CodeExecutionError
Some error was thrown during the code execution. Original message is provided.
CollectRequestNetworkError
Network error occurred during collect request. This can happen due to various reasons:
- Request format is invalid
UnknownConditionOperatorError
Operator provided to the condition node is unknown. This can happen if you have an outdated version of the widget runtime. Please, try to reload the page or republish the widget.
InsufficientConditionOperatorValuesError
Values count doesn't match the expected count. This can happen if you have an outdated version of the widget runtime. Please try reloading the page or republishing the widget.
OriginNotAllowedError
Current origin doesn't match patterns you specified in your Entrypoint node.
WARNING
Looks like someone tries to load your widget on their page. We've attached origin, you can inspect it.
UnknownFunctionError
Function provided to the function node is unknown. This can happen if you have an outdated version of the widget runtime. Please, try to reload the page or republish the widget.
InsufficientFunctionArgumentsError
Arguments count doesn't match the expected count. This can happen if you have an outdated version of the widget runtime. Please try reloading the page or republishing the widget.
HttpRequestError
Network error occurred during HTTP request. This can happen due to various reasons:
- Request format is invalid
INFO
This doesn't mean your backend returned an error.
InvalidRedirectUrlError
Provided redirect URL is invalid.
UnknownWidgetNodeConfigTypeError
Your flow uses unknown flow node. This can happen if you have an outdated version of the widget runtime. You can try to reload the page or republish the widget.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
DuplicateWidgetNodeIdError
Your widget was published with duplicate IDs.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
DuplicateEntryWidgetNodeError
Your widget was published with multiple entrypoints.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
MissingEntryWidgetNodeError
Your widget was published with no entrypoints.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
PublishedWidgetFetchError
Failed to fetch published version of widget. This can happen due to various reasons:
- Network connectivity issues
- Server is down
WidgetNotPublishedError
Widget is not published. Learn how to publish widget here.
RequestedNodeNotFoundError
This is a runtime config parsing problem.
INFO
This error should never happen in normal scenario. Please, contact us if you encounter this error.
MainScriptLoadError
Failed to load the main script. This can happen due to various reasons:
- Network connectivity issues
- CDN problems
- Network blocks
NetworkError
Network error occurred during request. This can happen due to various reasons:
- Network connectivity issues
- Blocked requests
- Request timeouts
APIInternalError
This is a problem on our server. if you encounter this error we already know about the problem, but you can still contact us.
OperationsQuotaExceededError
You have exceeded your operations quota. This means you have reached the limit of operations allowed for your plan.
INFO
Please, consider changing plan, contact us to negotiate increasing your quota or wait until your quota resets.