Closed sebpowell closed 1 year ago
Hey there @sebpowell Sorry to hear you're having trouble getting this to show up in production! I haven't ever experienced this, and there is nothing in the plugin that handles things different depending on environments.
It sounds like an issue with your deployment on Vercel, so I'd start checking there first and make sure your code/branch locally is what's being used on Vercel.
Closing this for now, as this doesn't seem related to the plugin directly, but feel free to open it back up if you uncover more details!
@ndimatteo – thanks for replying! Ok great, at least that narrows things down – I'll do some more digging and report back here what the fix was in case it helps anyone else.
Thank you for this package. 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 (myproject.com/studio).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. Any ideas 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!