Open johnfelipe opened 3 weeks ago
Syntax Errors in draggable.js
and recorder.js
: These errors might be due to the use of ES6 module syntax (e.g., export
) in environments that do not support it. Ensure that your build process (e.g., Babel) is correctly transpiling these files to a compatible JavaScript version.
Server Error with Omitted Details: In production, error messages often omit detailed information to avoid exposing sensitive data. The server components involved include FastAPI, middleware for CORS and authentication, routers, controllers, and repositories. Ensure that your server configuration and error handling are correctly set up to provide necessary information without exposing sensitive details [1].
401 Unauthorized Error for Rollbar API: This error indicates an authentication issue. Verify that the correct access token or API key is being used for the Rollbar API requests. Check your environment variables or configuration files for the correct credentials.
TypeError: e?.map is not a function
: This error suggests that e
is not an array or iterable object. Check the data being passed to this function to ensure it is the expected type and structure.
404 Not Found for /v1/workspace/list
: This endpoint is supposed to retrieve user workspaces. A 404 error could be due to an incorrect URL, the endpoint not being properly registered, or issues with user authentication or data retrieval [2][3].
To continue talking to Dosu, mention @dosu.
System Info
latest ubuntu 22 3.11
🐛 Describe the bug
http://192.168.20.25:3000/settings/workspaces