mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.36k stars 327 forks source link

Unable to regenerate exploration share URL #3520

Closed seancolsen closed 6 months ago

seancolsen commented 6 months ago

Steps to reproduce

  1. Create a saved exploration

  2. Create a "share" from it.

  3. Click the "Regenerate Link" button within the share configuration dropdown

    image

  4. Expect to see:

    • a successful API request (in the dev tools)
    • a new URL for the share
  5. Instead, observe:

    • a 404 API request
    • the same URL

It's also worth noting that this link regeneration has no error handling within the front end. We should ideally fix that, but the scope of this ticket is limited only to the failure to regenerate the URL.