You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering two issues while trying to deploy and use the Suno system. Below are the details of the errors:
Error during submission process in the dashboard:
After filling in the required API keys (supabase, openrouter, daytona), I attempted to send a message in the dashboard interface but encountered the following error:
Error during submission process: {}
The error is logged in the console at src\app\(dashboard)\dashboard\page.tsx (88:17) in the handleSubmit function.
Error creating agent in the main interface:
When sending a message in the main interface, I encountered another error:
Error creating agent: {}
This error is logged in the console at src\components\home\sections\hero-section.tsx (152:15) in the createAgentWithPrompt function.
Additional Information:
The errors do not provide detailed messages, making it difficult to debug.
Relevant stack traces and error handling mechanisms are in place, but the root cause remains unclear.
Environment variables for APIs (supabase, openrouter, daytona) have been correctly configured.
Network Error Captured in Browser:
A 403 Forbidden error was captured in the browser's network tab for the following request:
URL: https://kmlazjczlgakkzhtjved.supabase.co/rest/v1/projects?select=*
Method: POST
Remote Address: 127.0.0.1:7897
Response headers indicate a potential issue with permissions or access control:
The 403 Forbidden status suggests that the request was blocked due to insufficient permissions or misconfigured API keys, which could be related to Supabase project settings or CORS policies .
Steps to Reproduce:
Fill in the required API keys (supabase, openrouter, daytona).
Attempt to send a message in the dashboard interface.
Observe the console error: Error during submission process: {}.
Attempt to send a message in the main interface.
Observe the console error: Error creating agent: {}.
Expected Behavior:
Messages should be sent successfully without errors in both the dashboard and main interface.
Actual Behavior:
Errors occur during message submission and agent creation, preventing normal functionality.
Environment:
Deployment method: Local.
Node.js version:v22.14.0.
Browser:Edge.
The text was updated successfully, but these errors were encountered:
I am encountering two issues while trying to deploy and use the Suno system. Below are the details of the errors:
Error during submission process in the dashboard:
supabase
,openrouter
,daytona
), I attempted to send a message in the dashboard interface but encountered the following error:src\app\(dashboard)\dashboard\page.tsx (88:17)
in thehandleSubmit
function.Error creating agent in the main interface:
src\components\home\sections\hero-section.tsx (152:15)
in thecreateAgentWithPrompt
function.Additional Information:
supabase
,openrouter
,daytona
) have been correctly configured.Network Error Captured in Browser:
403 Forbidden
error was captured in the browser's network tab for the following request:access-control-allow-origin: http://localhost:3000
content-type: application/json; charset=utf-8
cf-cache-status: DYNAMIC
strict-transport-security: max-age=31536000; includeSubDomains; preload
.403 Forbidden
status suggests that the request was blocked due to insufficient permissions or misconfigured API keys, which could be related to Supabase project settings or CORS policies .Steps to Reproduce:
supabase
,openrouter
,daytona
).Error during submission process: {}
.Error creating agent: {}
.Expected Behavior:
Actual Behavior:
Environment:
The text was updated successfully, but these errors were encountered: