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
sanity: {
projectId: process.env.NUXT_ENV_SANITY_PROJECT_ID,
dataset: process.env.NUXT_ENV_SANITY_DATASET,
useCdn: true, // `false` if you want to ensure fresh data
apiVersion: process.env.NUXT_SANITY_API_VERSION || '2024-03-15',
// minimal: false,
visualEditing: {
studioUrl: process.env.NUXT_SANITY_STUDIO_URL || 'http://localhost:3333',
token: process.env.NUXT_SANITY_API_READ_TOKEN,
// mode: 'live-visual-editing',
stega: false,
zIndex: 9999,
},
},
Reproduction
Steps to reproduce the behavior:
- Set up a Nuxt application with Sanity integration.
- Configure visual editing as per the Sanity Nuxt documentation.
- Deploy the application to Vercel.
- Attempt to use the visual editing tool (Presentation tool) in production.
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
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