-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Jitsi Meet Static Files Not Loading Correctly in Server when Along with React #1971
Comments
I don't recommend using a subdirectory for Jitsi Meet. It's not a setup we test often. |
Could you please share the recommended Nginx configuration that you suggest? |
The best setup is to leave it as is, in its own subdomain, say |
ok will try to do that way, but this still needs to be handled right. If this is possible there is no need to purchase another domain for the jitsi service. |
You don't need to purchase anything, use subdomain. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am working on running jisti web on my server i was able to work it correctly in my local at http://0.0.0.0:8085/ this is my docker compose file
but when i put in my server it should run correctly at https://project-one.org/v_call_ser/ but i only get the page not the static files like css, js etc, this is my nginx.conf file
and this is the .jitsi_env_demo env file
when i check the network tab in server I see the static files are not loaded correctly they are loading like this
https://project-one.org/libs/lib-jitsi-meet.min.js?v=8242
with 404 error
but when i check update the url and check like this
https://project-one.org/v_call_ser/libs/lib-jitsi-meet.min.js?v=8242
I get the correct page, so what I need to fix this ?
The text was updated successfully, but these errors were encountered: