401 Error for Export function #5700
Unanswered
codepeach
asked this question in
Questions & Help
Replies: 1 comment
-
Nevermind. I found out my mistake. Instead of using the AppID from the setting's page, I took it the App ID from the dashboard page. Now it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to export my editor content into docx format however it doesn't seem to work and is throwing a 401 error as follows.
POST https://api.tiptap.dev/v1/convert/export 401 (Unauthorized)
I have followed the rules displayed here, such as adding the Tiptap Pro token to the .npmrc file, however, I'm still getting the error. I'm also using other pro extensions such as the drag handle which don't seem to have this issue. Anyone know what the issue could be?
Here is the code I've used.
Beta Was this translation helpful? Give feedback.
All reactions