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
I was trying to run Todo data object in tinylicious and it looked like this:
Url does not have document id; todo item can't open in new tab; and console is not so helpful
Solution
After debugging, Navin found that the error was because of this PR #4126
The new token provider did not handle the case of tinylicious where tenantId and tenantSecret are undefined
Navin already has a solution in mind and he also explained it to me.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to run
![image](https://user-images.githubusercontent.com/34214774/98736840-377e8780-235a-11eb-9ec5-83209a0f3227.png)
Todo
data object intinylicious
and it looked like this:Url does not have document id; todo item can't open in new tab; and console is not so helpful
Solution
After debugging, Navin found that the error was because of this PR #4126
The new token provider did not handle the case of tinylicious where
tenantId
andtenantSecret
are undefinedNavin already has a solution in mind and he also explained it to me.
The text was updated successfully, but these errors were encountered: