Abunai
Abunai
CDCloudflare Developers
Created by Abunai on 11/1/2023 in #pages-help
Getting "context is not defined" error
Attempting to use context.env.VARIABLE for a few environment variables I have set up, however I'm getting this exception when it runs:
"exceptions": [
{
"name": "ReferenceError",
"message": "context is not defined",
"timestamp": 1698872701387
}
],
"exceptions": [
{
"name": "ReferenceError",
"message": "context is not defined",
"timestamp": 1698872701387
}
],
Unsure why this is the case - this is in an Astro API route.
1 replies