hey guys anyone ran in to this issue while deploying to worker via github?
hey guys anyone ran in to this issue while deploying to worker via github?



commercialscaffolding.co.uk is already registered and so not available.Events in the new dashboard? Also not able to see cloudy ai agent which was announced few days back.{"httpCode":500,"message":"TypeError: Cannot read properties of undefined (reading 'hasOwnProperty')","name":"AiError"}
const payload = {
messages: messages.map((msg) => ({
role: msg.role,
content: msg.content,
})),
response_format: {
type: 'json_schema',
schema: {
type: 'object',
properties: {
tournament: {
type: 'string',
enum: possibleTournaments,
},
round: {
type: 'integer',
minimum: 1,
},
flight: {
type: ['integer', 'null'],
minimum: 1,
},
},
required: ['tournament', 'round', 'flight'],
additionalProperties: false,
},
},
}
//console.log(payload)
let response = await env.AI.run("@cf/meta/llama-3-8b-instruct", {
...payload,
});
/// just send the raw response back as json
return new Response(JSON.stringify(response), {
headers: {
'Content-Type': 'application/json',
},
});{
"CacheCacheStatus": "unknown",
"CacheResponseBytes": 0,
"CacheTieredFill": false,
"ClientASN": 13335,
"ClientCountry": "ky",
"ClientDeviceType": "desktop",
"ClientIP": "104.28.233.61",
"ClientMTLSAuthStatus": "unknown",
"ClientRequestBytes": 4244,
"ClientRequestHost": "REMOVED",
"ClientRequestMethod": "POST",
"ClientRequestPath": "/v1/messages",
"ClientRequestProtocol": "HTTP/1.1",
"ClientRequestReferer": "",
"ClientRequestScheme": "https",
"ClientRequestSource": "eyeball",
"ClientRequestURI": "/v1/messages",
"ClientRequestUserAgent": "Anthropic/Python 0.49.0",
"ClientSSLCipher": "AEAD-AES128-GCM-SHA256",
"ClientSSLProtocol": "TLSv1.3",
"ClientSrcPort": 40858,
"ClientTCPRTTMs": 0,
"ClientXRequestedWith": "",
"Cookies": {},
"EdgeCFConnectingO2O": false,
"EdgeColoCode": "MIA",
"EdgeEndTimestamp": "2025-03-31T18:50:43Z",
"EdgeResponseBodyBytes": 90,
"EdgeResponseBytes": 3219,
"EdgeResponseContentType": "application/json",
"EdgeResponseStatus": 403,
"EdgeServerIP": "",
"EdgeStartTimestamp": "2025-03-31T18:50:43Z",
"EdgeTimeToFirstByteMs": 19,
"OriginDNSResponseTimeMs": 0,
"SecurityRuleID": "",
"OriginIP": "",
"OriginRequestHeaderSendDurationMs": 0,
"OriginResponseDurationMs": 0,
"OriginResponseHTTPExpires": "",
"OriginResponseHTTPLastModified": "",
"OriginResponseHeaderReceiveDurationMs": 0,
"OriginResponseStatus": 0,
"OriginSSLProtocol": "unknown",
"OriginTCPHandshakeDurationMs": 0,
"OriginTLSHandshakeDurationMs": 0,
"ParentRayID": "00",
"RayID": "929208b6da0a4962",
"RequestHeaders": {
"accept-encoding": "br, gzip",
"accept": "application/json"
},
"ResponseHeaders": {
"expires": "Thu, 01 Jan 1970 00:00:01 GMT",
"cache-control": "private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
},
"SecurityAction": "",
"SecurityActions": [],
"SecurityRuleIDs": [],
"SecuritySources": [],
"SecurityRuleDescription": "",
"SecurityLevel": "med",
"SmartRouteColoID": 0,
"UpperTierColoID": 0,
"WorkerStatus": "unknown",
"WorkerSubrequest": false,
"WorkerSubrequestCount": 0,
"sampleInterval": 1
}