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
Upon updating to Sanity 3.5.1, my Studio works perfectly locally - but after deploying it via sanity deploy, the following error is displayed:
Uncaught error: process is not defined
https://STUDIO.sanity.studio/static/desk-7d0f4bc4-4c87892e.js:53:4510
ReferenceError: process is not defined
at https://STUDIO.sanity.studio/static/desk-7d0f4bc4-4c87892e.js:53:4510
Not sure what the problem here is, but it occurred after updating my Studio from 3.5.0 to 3.5.1.
Which versions of Sanity are you using?
Sanity 3.5.1
What operating system are you using?
macOS Ventura 13.2.1
Which versions of Node.js / npm are you running?
npm 9.1.1
node v18.12.1
The text was updated successfully, but these errors were encountered:
Looks like this is an issue with certain versions of the styled-components dependency. In your package.json file, under dependencies, try and set styled-components to ^5.3.8`, then reinstalling dependencies:
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Upon updating to Sanity 3.5.1, my Studio works perfectly locally - but after deploying it via
sanity deploy,
the following error is displayed:Not sure what the problem here is, but it occurred after updating my Studio from 3.5.0 to 3.5.1.
Which versions of Sanity are you using?
Sanity 3.5.1
What operating system are you using?
macOS Ventura 13.2.1
Which versions of Node.js / npm are you running?
npm 9.1.1
node v18.12.1
The text was updated successfully, but these errors were encountered: