InsaLan / infra-insalan.fr

infrastructure configuration of the insalan website
3 stars 0 forks source link

Added Frontend deployment #2

Closed Lugrim closed 1 year ago

ShiroUsagi-san commented 1 year ago

I running into an issue in the frontend:

#0 9.704 Could not resolve "../assets/videos/trailer.mp4" from "src/components/Hero.vue"
#0 9.704 file: /src/src/components/Hero.vue
#0 9.706 error during build:
#0 9.706 RollupError: Could not resolve "../assets/videos/trailer.mp4" from "src/components/Hero.vue"

It's a known issue but I have to find a way to fix that but for now, you need to add manually the video into the assets folders.

Moreover, I have the default launcher page on ngnix on localhost and a 500 error on api.localhost

Lugrim commented 1 year ago

It's a known issue but I have to find a way to fix that but for now, you need to add manually the video into the assets folders.

Yeah, for now, we can add a random video laying around to the right path

Moreover, I have the default launcher page on ngnix on localhost and a 500 error on api.localhost

The frontend should be fixed by adding a video in the given path, the backend may be fixed by merging InsaLan/backend-insalan.fr#15

ShiroUsagi-san commented 1 year ago

everything seems right to me, successful deployment