Skip to content

Bug with event changes not showing, even on refresh #312

@gavrielrh

Description

@gavrielrh

Describe the bug
When updating events via the website, they don't appear to change on the site until the cache is invalidated.

To Reproduce
Steps to reproduce the behavior:

  1. Go to /events
  2. Create or edit an event
  3. Refresh the page
  4. The change appears to not have taken place
  5. Open the Network tab in your browser's developer tools
  6. Check the box to disable/invalidate cache
  7. Refresh to see the change
  8. Try another change
  9. Confirm that since the cache is being invalidated, the change propagates instantly

Behavior:

  1. Current Behavior:
    POST/PUT/Delete behaviors resolve immediately, but the changes aren't immediately propagated to the frontend
  2. Expected Behavior:
    POST/PUT/Delete behaviors resolve immediately, and the changes are immediately propogated to the frontend

Desktop/OS/Smartphone information:

  • OS: ALL
  • Browser: ALL

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions