mirror of https://github.com/kortix-ai/suna.git
fix(bug): agent not starting on landing page - fix
This commit is contained in:
parent
2445e0e0c2
commit
5ecd874988
|
@ -135,11 +135,8 @@ export function HeroSection() {
|
|||
setInitiatedThreadId(result.thread_id);
|
||||
setInputValue('');
|
||||
} catch (error: any) {
|
||||
console.error('Error creating agent:', error);
|
||||
|
||||
if (error instanceof BillingError) {
|
||||
console.log('Handling BillingError from hero section:', error.detail);
|
||||
onOpen("paymentRequiredDialog");
|
||||
console.log('Billing error:');
|
||||
} else {
|
||||
const isConnectionError =
|
||||
error instanceof TypeError &&
|
||||
|
|
Loading…
Reference in New Issue