Web Developer
I followed the docs to migrate a simple and small supabase sql database to Appwrite, but got the following errors. Anyone knows how to fix it? Thanks!
"errors": [
"Error occurred while fetching 'databases:' from source with message: 'Utopia\Migration\Resources\Database\Attributes\Integer::__construct(): Argument #5 ($default) must be of type ?int, string given, called in /usr/src/code/vendor/utopia-php/migration/src/Migration/Sources/NHost.php on line 521'",
"Error occurred while fetching 'databases:' from source with message: 'Call to undefined method Utopia\Migration\Exception::getResourceType()'",
"Error occurred while fetching 'databases:' from source with message: 'Call to undefined method Utopia\Migration\Exception::getResourceType()'"
]