Skip to content

Logout action triggers a GET of the homepage twice #5153

Open
@BertKoor

Description

@BertKoor

While investigating an issue reported on the forum I discovered that after a logout the homepage is fetched twice. I suspect some servers may be configured with a rule engine such that the second request gets a response 403-Forbidden.

Image

I'm surprised to see the first request has type 'fetch' (an earlier test showed it with size zero) while the second has type 'document'.

I have tested other actions which do a POST request (login, quick search) but these get a single response.

I suspect there's something wrong with the promise (consumer twice?)

Screenshots of logging out at the demo server:


Image Image
Image Image

Same as performed on the server of jantony:


Image Image
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions