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
When you disable jQuery (Octane preview builds fail when jQuery is enabled) to use Octane, TokenAuthoirzerMixin will not put the Bearer token into the request header. The root cause is in how EmberData uses fetch() and how ember-simple-auth hooks the request. See: mainmatter/ember-simple-auth#1961 for details and a work around.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When you disable jQuery (Octane preview builds fail when jQuery is enabled) to use Octane, TokenAuthoirzerMixin will not put the Bearer token into the request header. The root cause is in how EmberData uses fetch() and how ember-simple-auth hooks the request. See: mainmatter/ember-simple-auth#1961 for details and a work around.
The text was updated successfully, but these errors were encountered: