Skip to content
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

feat: load widget from iframe #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ngolapnguyen
Copy link
Contributor

What this PR does

image

@ngolapnguyen ngolapnguyen requested a review from zlatanpham May 11, 2024 13:39
Copy link

vercel bot commented May 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chatbot-builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2024 1:40pm

</Button>
<iframe
ref={iframeRef}
src="http://localhost:3001"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be configurable, right ?
Default value should be url of dev env instead ? Would be nice if we have something working out of the box.

return [
{
// matching all API routes
source: '/api/:path*',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we shouldn't allow all API route. Should be chat route only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants