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
What if my application have screens that do not require authentication, i want to get advantage that the WebrootVue.qvt.js gives me, but im seeing that i can't use it with not logged users, i have try creating artifactGroup for my screen, logged with the loginAnonymousIfNoUser of the User Facade but finally i realised that in the screenRenderImpl.groovy file in line 2165 have this validation:
if (!ec.user.userId) { ec.web.sendJsonError(401, "Authentication required", null); return null }
That makes imposible use the vue-quasar moqui instace without authentication. There is any chance to making it work like i wish, or maybe im trying to force things and the bes solution is looking from another approach. It would be great if could give me a hint about this. Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hey David,
What if my application have screens that do not require authentication, i want to get advantage that the WebrootVue.qvt.js gives me, but im seeing that i can't use it with not logged users, i have try creating artifactGroup for my screen, logged with the loginAnonymousIfNoUser of the User Facade but finally i realised that in the screenRenderImpl.groovy file in line 2165 have this validation:
if (!ec.user.userId) { ec.web.sendJsonError(401, "Authentication required", null); return null }
That makes imposible use the vue-quasar moqui instace without authentication. There is any chance to making it work like i wish, or maybe im trying to force things and the bes solution is looking from another approach. It would be great if could give me a hint about this. Thanks for your time.
The text was updated successfully, but these errors were encountered: