Hi! I've followed the migration guide to a tee, I've tried two different service accounts. One with full admin role and one with the permissions listed in the guide.
https://appwrite.io/docs/advanced/migrations/firebase#create-api-key
The importer seemed to complete when importing the database but it doesn't work with storage buckets or users.
Errors:
"errors": [ "UtopiaMigrationResourcesAuthUser::__construct(): Argument #11 ($disabled) must be of type bool, null given, called in /usr/src/code/vendor/utopia-php/migration/src/Migration/Sources/Firebase.php on line 217" ]
Any chance you know the payload for what a user from firebase is?
I'll add a isNull check here, We always expect google to send us the 'disabled' field but it appears in your case they are not
Now I'm just concerned if there are any other fields they sometimes don't send ๐ค
Are you importing into Appwrite cloud?
Yesterday I tried importing it through a self hosted instance of Appwrite on DigitalOcean one click droplet
I have since tried to reimplement the database from scratch.
@elnur is this your issue? https://github.com/appwrite/appwrite/issues/7052
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...