Can't create firebase indexing due to this message This page has moved to new location. Please update your bookmarks

这一生的挚爱 提交于 2020-08-19 07:30:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!