webwhiz icon indicating copy to clipboard operation
webwhiz copied to clipboard

WebWhiz allows you to create an AI chatbot that knows everything about your product and can instantly respond to your customer's queries.

Results 53 webwhiz issues
Sort by recently updated
recently updated
newest added

# Problem When setting up frontend after running npm run start the error below shows afer starting the development server # Error ```bash Error: error:0308010C:digital envelope routines::unsupported at new Hash...

I had to limit the max-old-space-size to build. I was getting this error. ``` FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory ``` It can...

Hello, As the title of this issue suggests, would it be possible to make the rebranding of WebWhiz easier ? For instance having the following functionalities would make the rebranding...

I have started by creating 4 chatbots simultaneously using different configurations. BUG: Unexpected Failed Chatbot Creation without logs: All chatbots were created successfully except for one that is still loading...

It should be possible to decide where the widget's links should be open. The PR makes it possible to set an ENV variable at build time to open the links...

Apart from separating concerns. This also has the benefit of making it possible to add a secure csp without `script-src unsafe-inline`

Improves on #225 (PR set as draft, to wait for the other PR to be merged) Restrict the hosts that the widget is allowed to contact. Also, set stylesheet from...

https://infosec.mozilla.org/guidelines/web_security#x-content-type-options > all sites must set the X-Content-Type-Options header and the appropriate MIME types for files that they serve.

https://github.com/expressjs/cors?tab=readme-ov-file#configuring-cors-w-dynamic-origin

Unset it or set it to `http: https:` to keep the previous behavior. For self-hosting you would probably want to set it to `https://your.domain`.