Vision plugin crashes my next app #3772
Answered
by
lobunto
lourencelinao
asked this question in
Sanity Studio Support
-
My next app crashes when I try to add the vision plugin. Here is the package version.
|
Beta Was this translation helpful? Give feedback.
Answered by
lobunto
Oct 19, 2022
Replies: 1 comment 5 replies
-
@lourencelinao Have you put export default createConfig({
name: 'projectName'.
basePath: '/studio',
plugins: [deskTool({ structure }), visionTool({ })]
}) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
rexxars
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lourencelinao Have you put
visionTool()
inside theplugins
property? Like this: