Can i still use a key-value store in free plan ?
Can i still use a key-value store in free plan ?
Workers Free plan: Only Durable Objects with SQLite storage backend are available.
new_sqlite_classes in migrations, not new_classes{
"name": "cashmoney",
"compatibility_date": "2025-04-03",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true,
"head_sampling_rate": 1
},
"assets": {
"not_found_handling": "single-page-application"
},
"main": "./worker/index.ts",
"migrations": [
{
"new_classes": ["Arenas"],
"tag": "v1"
}
],
"durable_objects": {
"bindings": [
{
"class_name": "Arenas",
"name": "ARENA"
}
]
},
"vars": {
"UPSTASH_REDIS_REST_TOKEN": "YOUR_TOKEN",
"UPSTASH_REDIS_REST_URL": "YOUR_TOKEN"
}
}new_sqlite_classesmigrationsnew_classes Cannot apply new-class migration to class 'Arenas' that is not exported by script. [code: 10070]