function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AndrewTaylorAndrewTaylor 

Salesforce Community - Remote Authorization login page cached

I'm testing out a Connected App with a Salesforce commmunity. I was using a custom login page (Visualforce), and have switched it off to the standard login page.

Viewing the Community directly (https://my-force-domain.com/mycommunity) returns the expected login page; however, when I go through an oauth url (https://my-force-domain.com/mycommunity/services/oauth2/authorize?response_type=token&client_id=<something>&redirect_uri=<something>) is still showing the Visualforce page.

Is there something I need to do to flush the cache?