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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
When the Conference app web page is refreshed at the /#/conference link, the endpoints API query fails due to the queryConferences endpoint method not being initialized. After the page is loaded, clicking on a different tab works fine, and then clicking on the "All" tab works.
The error is
TypeError: Cannot read property 'queryConferences' of undefined at angular.js:9778
It seems the bootstrapping method for loading the google API does complete in time if the initial page being loaded makes an endpoints API call.
The text was updated successfully, but these errors were encountered:
When the Conference app web page is refreshed at the /#/conference link, the endpoints API query fails due to the
queryConferences
endpoint method not being initialized. After the page is loaded, clicking on a different tab works fine, and then clicking on the "All" tab works.The error is
It seems the bootstrapping method for loading the google API does complete in time if the initial page being loaded makes an endpoints API call.
The text was updated successfully, but these errors were encountered: