I need to deploy the application in nginx server. I have followed the self hosting guide to deploy the application from GitHub - jitsi/jitsi-meet: Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application..
I’ve changed the UI for the home screen and when I run make source-package jitsi-meet.tar.bz2
does not have the app.bundle.min.js. After deploying the contents of source-package I’m getting the following error.
I’ve followed the guide and now I’m getting this error after executing make.
Please upload the whole log as a file, use gist if you are not allowed to upload
I’ve resolved these errors.
I’ve executed the commends in the following order
make
make dev
make source-package
After these steps, I got the jitsi-meet.tar.bz2 file when I extract this file app.bundle.min.js file is missing.
Now when I tried to deploy this file after following the instructions in Self-Hosting Guide - Debian/Ubuntu server I’m still getting the error Missing https://meet.dev.ziroh.com/libs/app.bundle.min.js
Do you see the file in the correct folder?