
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: 'UtopiaMigrationResourcesDatabaseAttributesInteger::__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 UtopiaMigrationException::getResourceType()'", "Error occurred while fetching 'databases:' from source with message: 'Call to undefined method UtopiaMigrationException::getResourceType()'" ]
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
