You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure when this issue cropped up but it seems our autogenerated keys aren't working. Maybe when the app was redeployed due to the Go version change?
It looks like I was working on some code before to replace how the authentication to use oauth since the app engine admin only configuration is no longer supported. So it will likely take a bit of reworking to get everything correctly working on the latest version of go so that I can figure out the issue with the datastore keys.
Not sure when this issue cropped up but it seems our autogenerated keys aren't working. Maybe when the app was redeployed due to the Go version change?
Now, all new entities are allocated with the same
name=stringID
key which is causing data to overwrite each other:https://console.cloud.google.com/datastore/entities;kind=Linkk;ns=__$DEFAULT$__/query/kind?project=blinkk-linkk
The text was updated successfully, but these errors were encountered: