Deeplink error on client side

0
Hi guys I've set up a deeplink and when I debug everything looks fine. No errors in the console and it actually says "User has been deeplinked". I've allowed guests (should I allow anonymous users?). It seems like it's loading, but doesn't want to display the actual form, it gives this error in the browser: Unable to render mxuiwidgetMxFormView_0 widget: Cannot call method 'getEntity' of undefined What exactly is undefined here? The caller of the form? Thank you.
asked
2 answers
3

It appears that it cannot retrieve the object required for the dataview in your form. Are you sure this object exists for the annonymous users?

answered
0

It worked, thank you.

Created the anonymous user role in my module and gave them access to the microflow.

answered