Find information about debugging, error codes, and how to resolve common errors.
Review this section for information about common errors and how they can be resolved.
Learn how to use the EdgeWorkers service to optimize your content delivery.
Get an EdgeWorkers function up and running on your site using a Hello World use case.
Enable the EdgeWorkers service for your Akamai properties.
Use any tooling compatible with ES2015 JavaScript to code, build, package, and test your EdgeWorkers.
Find best practices for using the EdgeWorkers service to enhance your website functionality.
Review these details when designing EdgeWorkers functions.
Use built-in reports and logs to gain insight about the performance and status of your EdgeWorkers.
Error codes are displayed in the EdgeWorkers Management application to keep users informed about limitations and issues.
Upload errors typically occur if you attempt to install the EdgeGrid plugin for HTTPie using an older version of Python.
A token or permission error occurs when the role assigned to the access-token does not have permission to use the EdgeWorker API.
A 500 Internal Server Error can occur as the result of an EdgeWorker request.
An import error occurs if you attempt to import an EdgeWorkers module that doesn't include the .js extension in the module name.
.js
You will receive an error message when attempting to use the EdgeWorkers CLI if the package was installed as root. To resolve this issue you can use npm commands to facilitate the install process.
EdgeWorkers supports request-level debugging via the Pragma request header.
In addition to the standard debug information, enhanced debug headers include, a status message and the amount of initialization wall time, wall time, initialization CPU time, CPU time, and memory usage consumed by the event handler. Enhanced debug headers can also provide information about HTTP sub-requests.
Keep these limitations in mind when designing your EdgeWorker functions.
Find practical examples to use as a starting point for your Akamai EdgeWorkers.
Find answers to commonly-asked questions about EdgeWorkers.