Description
When using a self-hosted instance of Cap Web the embeds don't work.
There are two issues that make the embeds not work:
- The embed code generated in the website points to the
cap.so instance rather than the self-hosted instance.
- Even when changing the domain manually to point to the self-hosted instance the embed pages just don't exist.
Reproduction
Incorrect embed code
On a self-hosted instance:
- Go to a recording
- Click the share button
- Navigate to the embed tab and look at the iframe src attribute in the generated embed code.
Embed pages not existing
On a self-hosted instance:
- Go to a recording
- Click the share button
- Navigate to the embed tab and copy the URL in the iframe src attribute
- Change the
cap.so domain in the URL to the self-hosted instances domain
- Navigate to the modified domain in the browser
Instead of getting the embed page, you will be redirected to the dashboard.
Additional Context
- Cap version: cap-web:latest
- Operating system, version: Docker
Description
When using a self-hosted instance of Cap Web the embeds don't work.
There are two issues that make the embeds not work:
cap.soinstance rather than the self-hosted instance.Reproduction
Incorrect embed code
On a self-hosted instance:
Embed pages not existing
On a self-hosted instance:
cap.sodomain in the URL to the self-hosted instances domainInstead of getting the embed page, you will be redirected to the dashboard.
Additional Context