Cannot find module ‘wix-secrets-backend.v2’

Question:
Cannot find module ‘wix-secrets-backend.v2’
for some reason it says the following :
" [/pages/Custom Login.ffnug.js]: Cannot find module ‘wix-secrets-backend.v2’ in ‘public/pages/ffnug.js’ "

Product:
I am using WIX STUDIO

What are you trying to achieve:
I am trying to import secrets an (api key) present in my secret manager

What have you already tried:
I also tried using [/pages/Custom Login.ffnug.js]: Cannot find module ‘wix-secrets-backend’ in ‘public/pages/ffnug.js’ but it throws the same error

Additional information:
the code does not run at all its not creating any logs through my console

Well of course, this module can only run in the backend - on Wix’s servers themselves, not the site pages (which is on the visitors’ computers)

Secrets are (obviously) sensitive information that you never want your site visitors to be able to access