I cannot seem to import the velo secrets backend module.
I have tried these 3 below, but not at the same time.
import wixSecretsBackend from ‘wix-secrets-backend’;
import {getSecret} from ‘wix-secrets-backend’;
import { secrets } from ‘wix-secrets-backend-v2’;
All fail with the same error message of “Cannot find module ‘wix-secrets-backend’ in ‘public/pages/c8ace.js’”
Does anyone know the solution to this problem?