Novu-signature not found

When I run the production build (npm run build, nom start) of novu framework I get the error “novu-signature” not found from local studio. I typically use the dev version which runs fine, but I’d like to validate also the production build with local studio. Is there a switch to skip the signature check with the production build?
6 Replies
Novu_Bot
Novu_Bot4d ago
@Matteo Grolla, you just advanced to level 3!
Pawan Jain
Pawan Jain4d ago
@Matteo Grolla We don't recommend using local studio for production purpose, it is built only for local machine testing.
Pawan Jain
Pawan Jain4d ago
Novu
Production Deployment Guide - Novu
Learn how to deploy your Novu Framework application to production including networking, security, and HMAC verification setup.
Pawan Jain
Pawan Jain4d ago
Harcode false value for strictAuthentication field, by default it is false for dev environment and true for production build https://docs.novu.co/framework/typescript/client#code-example
Matteo Grolla
Matteo GrollaOP3d ago
Thanks, the hardcoding approach works. I’ not trying to use local studio in production. I’m just testing the production build of my custom workflows before deploying them
Pawan Jain
Pawan Jain3d ago
Thanks for the update Matteo

Did you find this page helpful?