asyncapi/website

v3 specification reference section not loading

Closed this issue ยท 5 comments

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

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

Yea, that's why i'm surprised ๐Ÿ˜…

image

I started production environment in local and there I can see that it's rendering the webpage correctly ๐Ÿ˜…

@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 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 ๐Ÿ˜„