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 am using Prember with Fastboot, which does not seem to provide a user-agent when generating pages on build. This causes an error when the page it is trying to build is using the hbs helpers for user-agent.
pre-render / failed with exception: Error: Assertion Failed: No `user-agent` present in FastBoot headers.
Is it possible to make ember-useragent not fail when no user-agent is present, but rather just return false for these helpers? Or maybe this is a Prember issue in that it should be providing some kind of user agent?
The text was updated successfully, but these errors were encountered:
I am using Prember with Fastboot, which does not seem to provide a user-agent when generating pages on build. This causes an error when the page it is trying to build is using the hbs helpers for
user-agent
.Is it possible to make
ember-useragent
not fail when nouser-agent
is present, but rather just return false for these helpers? Or maybe this is a Prember issue in that it should be providing some kind of user agent?The text was updated successfully, but these errors were encountered: