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
Hi, I'm all setup in accordance with the Live content API docs, but for some reason, the Preview URL sharing feature is not showing up in my studio.
I indeed pass both the serverToken & browserToken.
Expected behavior
The result should match what is detailed in the docs/README
Screenshots
Which versions of Sanity are you using?
Run sanity versions in the terminal and copy-paste the result here.
@sanity/cli (global) 3.63.0 (up to date)
@sanity/assist 3.0.8 (up to date)
@sanity/code-input 4.1.4 (up to date)
@sanity/dashboard 4.1.0 (up to date)
@sanity/eslint-config-studio 4.0.0 (up to date)
@sanity/image-url 1.1.0 (up to date)
@sanity/locale-fr-fr 1.2.12 (up to date)
@sanity/preview-url-secret 2.0.1 (up to date)
@sanity/vision 3.63.0 (up to date)
sanity 3.63.0 (up to date)
What operating system are you using?
Mac OS
Which versions of Node.js / npm are you running?
10.9.0
v20.9.0
Additional context
I am defining the draft-mode/enable API route properly
@fcisio got a fix up #2137, in the meantime you should be able to workaround this by changing your presentationTool.draftMode.enable configuration to presentationTool.previewMode.enable to make it work:
Describe the bug
Hi, I'm all setup in accordance with the Live content API docs, but for some reason, the Preview URL sharing feature is not showing up in my studio.
I indeed pass both the
serverToken
&browserToken
.Expected behavior
The result should match what is detailed in the docs/README
Screenshots
Which versions of Sanity are you using?
Run
sanity versions
in the terminal and copy-paste the result here.@sanity/cli (global) 3.63.0 (up to date)
@sanity/assist 3.0.8 (up to date)
@sanity/code-input 4.1.4 (up to date)
@sanity/dashboard 4.1.0 (up to date)
@sanity/eslint-config-studio 4.0.0 (up to date)
@sanity/image-url 1.1.0 (up to date)
@sanity/locale-fr-fr 1.2.12 (up to date)
@sanity/preview-url-secret 2.0.1 (up to date)
@sanity/vision 3.63.0 (up to date)
sanity 3.63.0 (up to date)
What operating system are you using?
Mac OS
Which versions of Node.js / npm are you running?
10.9.0
v20.9.0
Additional context
I am defining the draft-mode/enable API route properly
The text was updated successfully, but these errors were encountered: