You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed it, and it works fine locally – I can see the 'deploy' tab on localhost:3000/studio. However, it doesn't show up when I access the studio on Vercel.
I was wondering whether it might be a setting I need to enable somewhere, but wasn't able to see anything obvious in the docs. I've left a ticket on the project Github, but wondering if anyone here might have an idea as to where I'm going wrong.
@basharalidreesi – thanks for the suggestion! It seems to have suddenly started working now, not sure what happened. In any case, I don't think the above was the problem as I'm self-hosting on Vercel. Thank you for the suggestion in any case!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm new to Sanity, and trying to familiarise myself with how it works.
I'm trying to work out how to trigger a build in Vercel when the content is updated in the studio. From what I gather, this requires using the following plugin: https://www.npmjs.com/package/sanity-plugin-vercel-deploy
I installed it, and it works fine locally – I can see the 'deploy' tab on
localhost:3000/studio
. However, it doesn't show up when I access the studio on Vercel.I was wondering whether it might be a setting I need to enable somewhere, but wasn't able to see anything obvious in the docs. I've left a ticket on the project Github, but wondering if anyone here might have an idea as to where I'm going wrong.
This is my package.json:
And this is my sanity.config.ts file:
The tab shows on localhost:
But not on production:
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions