ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
GNU Affero General Public License v3.0
5 stars 0 forks source link

Bug Report: 404 Error when GO TO PROVEN from Gendox #307

Open gyfantidis opened 3 months ago

gyfantidis commented 3 months ago

Bug Report: 404 Error on GO TO PROVEN

Description:

When attempting to access the Proven-Ai Data Pods or Agents Control page using the provided button, users encounter a 404 error. The error message indicates that the specified key does not exist, resulting in a "Not Found" page. This issue prevents users from accessing the intended resources.

Error Details:

Steps to Reproduce:

  1. Navigate to the application interface.

  2. Click on the "Go to Proven-Ai" button, which is linked with the following code:

    <Button
     size="large"
     variant="outlined"
     href={`${provenAiUrl}/provenAi/data-pods-control/?organizationId=${project.organizationId}&dataPodId=${project.id}`} 
     target="_blank"
     rel="noopener noreferrer"
    >
     <Box component="span" sx={{ mr: 5 }}>
       Go to Proven-Ai
     </Box>
     <Icon icon="mdi:arrow-right-thin" />
    </Button>
  3. Observe the 404 error page.

Expected Behavior:

The button should correctly navigate to the Proven-Ai Data Pods Control page without errors.

Actual Behavior:

Users encounter a 404 error page indicating that the specified key does not exist.