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
Error when quiz ends, seen by the players when the app tries to show them their stats at the end of the quiz.
App Version
Host app version (see bottom of host game page):
2.2.4
Player app version (see bottom of player registration page):
2.0.0
Steps To Reproduce:
Run a quiz through to the end
On the Player app screen you get an error about access to the QuizPlayerStatsRestResource class.
Expected result
You should see you're personal result (rank etc)
Actual result
You see an error
Additional information
I think the sdfx.QuizPlayerStatsRestResource class needs to be added to the Quiz_Host.permissionset or perhaps have a permission set for the Quiz_Player (to be used by the user that's used by the Heroku app).
The text was updated successfully, but these errors were encountered:
With Winter '21 coming up, we need to assign permissions in order to access Apex classes.
I have anticipated that need since release 2.3.0 so you should be ok if you use the latest version of the host app (2.4.0 at time of writing). Can you confirm?
Summary
Error when quiz ends, seen by the players when the app tries to show them their stats at the end of the quiz.
App Version
Host app version (see bottom of host game page):
2.2.4
Player app version (see bottom of player registration page):
2.0.0
Steps To Reproduce:
Expected result
You should see you're personal result (rank etc)
Actual result
You see an error
Additional information
I think the
sdfx.QuizPlayerStatsRestResource class
needs to be added to theQuiz_Host.permissionset
or perhaps have a permission set for the Quiz_Player (to be used by the user that's used by the Heroku app).The text was updated successfully, but these errors were encountered: