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
The createFleetLabel function in our backend is failing when attempting to create a Fleet label. The function calls getFleetInstance() to obtain an Axios instance and then posts a label creation request. However, the request fails with a TypeError: Invalid URL error.
The root cause appears to be that getFleetInstance() returns undefined, likely due to a missing or invalid FLEET_API_URL environment variable. As a result, the Axios instance is not properly configured, causing the POST request to fa
Steps to Reproduce
Start the development server with Next.js.
click on download the agent.