Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 specification reference section not loading #3002

Closed
AceTheCreator opened this issue May 29, 2024 · 5 comments · Fixed by #3004
Closed

v3 specification reference section not loading #3002

AceTheCreator opened this issue May 29, 2024 · 5 comments · Fixed by #3004

Comments

@AceTheCreator
Copy link
Member

I noticed after the website migration that when I try to load the following path locally: http://localhost:3000/docs/reference/specification/v3.0.0`, it keeps throwing an error, as seen below.
localhost-3000-docs-reference-specification-v3-0-0

cc @akshatnema

@akshatnema
Copy link
Member

akshatnema commented May 29, 2024

@AceTheCreator it is working inside production website. Kind of weird 😅
https://www.asyncapi.com/docs/reference/specification/v3.0.0

@AceTheCreator
Copy link
Member Author

Yea, that's why i'm surprised 😅

@akshatnema
Copy link
Member

image

I started production environment in local and there I can see that it's rendering the webpage correctly 😅

@akshatnema
Copy link
Member

@AceTheCreator start the production server in the following way:

  • Run npm run build to create out folder
  • Then, run npm start to start the production server at 3000 port

@AceTheCreator
Copy link
Member Author

AceTheCreator commented May 29, 2024

@AceTheCreator start the production server in the following way:

  • Run npm run build to create out folder
  • Then, run npm start to start the production server at 3000 port

But I think the problem is coming from the development server 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants