🚸 (js) Display last input if send message errored
This commit is contained in:
@@ -3,4 +3,6 @@ import { env } from '@typebot.io/lib'
|
||||
const cloudViewerUrl = 'https://viewer.typebot.io'
|
||||
|
||||
export const guessApiHost = () =>
|
||||
env('VIEWER_URL')?.split(',')[0] ?? cloudViewerUrl
|
||||
env('VIEWER_INTERNAL_URL') ??
|
||||
env('VIEWER_URL')?.split(',')[0] ??
|
||||
cloudViewerUrl
|
||||
|
||||
Reference in New Issue
Block a user