问题
When I try to create a firebase indexing through the link that is created automatically it shows in a popup message "This page has moved to a new location. Please update your bookmarks." and it doesn't create the firebase indexing
can someone help me?
a screenshot of the message shown
回答1:
My link was without the "database" word already, but when I changed the:
..google.com/v1/r/... to ..google.com/u/0/...
it worked. Note the "v1" and "r" is replaced in the working link for me.
I am using Flutter. Could be the Flutter Firestore package that needs updating, I don't know where the link is populated from exactly.
回答2:
Just copy the url in the console, and remove /database/
For Eg, Convert this
https://console.firebase.google.com/u/0/project/project-name/database/firestore/indexes?......
to,
https://console.firebase.google.com/u/0/project/project-name/firestore/indexes....
回答3:
firebaser here
It indeed seems like something has been broken in a recent update. Thanks everyone for posting workarounds so quickly!
We have rolled back the change for now, so you should no longer be seeing this error. If you still see the error, please leave a comment below.
来源:https://stackoverflow.com/questions/63386968/cant-create-firebase-indexing-due-to-this-message-this-page-has-moved-to-new-lo