I have used the migrations feature but it is not working. Please let me know what to do.
no document is imported too
Where are you getting this?
meaning?
I mean, at what phase of the migration?
how to know what phase..i am using cloud. Could u please guide me on that?
"Error occurred while pushing 'databases:20230805' to destination with message: 'Invalid document structure: Unknown attribute: +919025210310'",
What steps did you have followed until getting the error
these three error messages are main
Here there are 4 steps, in what step did you got the error?
Step 3 sir
Looks like you have an email that is not an email?
Do you have an attribute that is a phone?
none of my users have email as they are authenticated by phone
Oh, I see. What's your Appwrite project ID?
check dm
OK
Regarding this error, how does your firebase firestore documents unique ID look like?
one of the collection has document ids in YYYYMMDD format
Does them start with an special character or contain them?
like 20240715
no sir
cc @Bradley Schofield Looks like for some reason appwrite is trying to use phone numbers as email while migrating from firebase 🤔
inside each document..it has key value pair with key being the mobile number with country code (eg +91XXX) and value being a map <String,bool>
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...