Hi @a66851771 ![]()
The error is self-explanatory:
Cannot find module ‘wix-members- backend ’ in ’ public /pages/ln2ld.js’.
You’re trying to import a (Backend-Only) module to a public (Frontend) page, try importing a non-backend module instead.
import { authentication } from 'wix-members';
Hope this helps~!
Ahmad