Unknown bridge request error calling https://...

I am trying to add the endpoint in the UI for production, although it is actually the Vercel preview URL right now. When I go to it I get OK response, but I get the error in the subject when I try to add it to the UI. In GitHub workflow I get 400.
10 Replies
Pawan Jain
Pawan Jain2w ago
Protection Bypass for Automation
Learn how to bypass Vercel Deployment Protection for automated tooling (e.g. E2E testing).
Pawan Jain
Pawan Jain2w ago
Could you share this error?
but I get the error in the subject when I try to add it to the UI
SubsKeepr
SubsKeeprOP2w ago
in the new UI and old UI I am using the bypass protection. I'll check it again though.
No description
No description
Pawan Jain
Pawan Jain2w ago
@SubsKeepr you will have to add query param with this url https://....url.../api/novu?x-vercel-protection-bypass=BYPASS_KEY
SubsKeepr
SubsKeeprOP2w ago
I will try that. I was setting the header in code using beforeServe
Novu_Bot
Novu_Bot2w ago
@SubsKeepr, you just advanced to level 2!
SubsKeepr
SubsKeeprOP2w ago
Nice! that worked! Thanks! In local studio when i try to sync I get
Error occurred while syncing. Signature does not match the expected signature. Please ensure the signature provided in the novu-signature header is correct and try again.
Pawan Jain
Pawan Jain2w ago
local studio will not be able to sync deployed application with our cloud local studio is to sync workflows in local machine to cloud usign tunnel url
SubsKeepr
SubsKeeprOP2w ago
Ok, confused cause it asks for "Deployed application URL" I update the GH action to include the query param and everything synced.
Pawan Jain
Pawan Jain7d ago
@SubsKeepr Thanks for the update I will include this in the documentation This info is live on our docs https://docs.novu.co/framework/deployment/cli#using-vercel-preview-url

Did you find this page helpful?