Setup/Running Redocusaurus on Vercel #373
-
I know this isn't for generic support...but I am at the end of my rope... I am trying to setup/create redocusaurus using vercel (like: https://redocusaurus.vercel.app/) But it isn't working. No redoc components are rendering. What am I doing wrong? Steps I took
When I check my app: https://redocusaurus-alix.vercel.app/ All I want is to get this up and running like https://redocusaurus.vercel.app/ If anyone can point me in the right direction I would appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey, are you sure the domain is pointing to the branch where you are making changes? I don't see the default branch having this changes |
Beta Was this translation helpful? Give feedback.
Hi, you are using docusaurus v2 which is quite old - https://github.com/alixodendhal/docusaurus/blob/4d3b78c4ffbda64d1153490b59aa38e295a55f58/package.json#L15-L16
The current version of redocusaurus only supports v3+, you can see it in the peer dependencies -
redocusaurus/packages/redocusaurus/package.json
Lines 47 to 50 in 5d0aaf3