簡體   English   中英

Unauthorized Session,沒有找到,是BigBlueButton frontend is server from localhost

[英]Unauthorized Session, not found, is the BigBlueButton frontend is server from localhost

以下架構正在運行工作用例:

  • 前端:React (web.example.com)
  • 服務器:Node.js (server.example.com)
  • BBB 服務器 (bbb.example.com)

注意:BBB 加載在 frontend/react/web.example.com 中的 iframe

例如。 URL_TO_JOIN = 是通過 API 呼叫創建會議后從 BBB 收到的 url

<iframe
  allow="microphone; camera"
  src={URL_TO_JOIN}
  allowfullscreen={true}
>
</iframe>

不工作用例:

  • 如果前端服務於本地環境 React (web.example.local)
  • https 也已設置

/etc/主機

127.0.0.1 web.example.local

nginx 使用 https 服務前端/反應https流量

錯誤信息:

Unauthorized Session
not found

以下對我有用:

我創建了一個子域web.local.example.com並使用 Nginx 作為負載均衡器托管了 frontend/react/web.localhost.example.com 和 ssl

注意:web.local.example 解決了同源需求,從而解決了問題

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM