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 am encountering an issue with the Sanity visual editing tool in my Nuxt application hosted on Vercel. The error message displayed is:
PresentationTool-d136ce86.js:78 Unable to connect to visual editing. Make sure you've setup '@sanity/visual-editing' correctly
Version
@sanity/cli (global) 3.52.0 (latest: 3.54.0)
@sanity/code-input 4.1.4 (up to date)
@sanity/color-input 3.1.1 (up to date)
@sanity/eslint-config-studio 3.0.1 (latest: 4.0.0)
@sanity/hierarchical-document-list 2.0.0 (up to date)
@sanity/icons 3.3.1 (up to date)
@sanity/vision 3.54.0 (up to date)
sanity 3.54.0 (up to date)
I have the same problem reported by @lhoucinecherif . Compared to him I see the "401 invalid secret" error on the site page. But this problem occurs only if I publish on a Vercel Pro account. Using a Vercel Hobby the visual editing works perfectly (as well as in localhost).
I know that Vercel Pro has its own integration mechanism with Sanity, could this be interfering with the visual editing?
I am encountering an issue with the Sanity visual editing tool in my Nuxt application hosted on Vercel. The error message displayed is:
PresentationTool-d136ce86.js:78 Unable to connect to visual editing. Make sure you've setup '@sanity/visual-editing' correctly
Version
@sanity/cli (global) 3.52.0 (latest: 3.54.0)
@sanity/code-input 4.1.4 (up to date)
@sanity/color-input 3.1.1 (up to date)
@sanity/eslint-config-studio 3.0.1 (latest: 4.0.0)
@sanity/hierarchical-document-list 2.0.0 (up to date)
@sanity/icons 3.3.1 (up to date)
@sanity/vision 3.54.0 (up to date)
sanity 3.54.0 (up to date)
Nuxt configuration
Reproduction
Steps to reproduce the behavior:
What is expected?
The visual editing tool should connect and function correctly in the production environment, as it does in the local development environment.
What is actually happening?
Getting error message on production: Unable to connect to visual editing. Make sure you've setup '@sanity/visual-editing' correctly
Additional information
The application works fine on localhost.
All packages are updated to the latest versions.
Operating system
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Versions of Node.js / npm :
npm : 10.8.1
node : v20.15.0
Screenshots
https://imgur.com/a/SCTC8hU
Checklist
The text was updated successfully, but these errors were encountered: