fix(examples): files-inspector opts out of the dev-server auth gate#108
Closed
antfubot wants to merge 1 commit into
Closed
fix(examples): files-inspector opts out of the dev-server auth gate#108antfubot wants to merge 1 commit into
antfubot wants to merge 1 commit into
Conversation
The standalone dev server gates with interactive auth by default since the simple-auth fallback landed; the files-inspector example (and the e2e suite driving it) is a single-user localhost demo, so it opts out like streaming-chat already does. Fixes the failing files-inspector e2e specs on main.
✅ Deploy Preview for devfra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
Main's e2e has been red since #106: the standalone dev server now gates with interactive auth by default, and the files-inspector example leaves
cli.authunset — so the Playwright page is never authorized anddevframe-files-inspector:list-filesrejects withDF0036.The example is a single-user localhost demo (and the e2e target), so it opts out with
auth: false, matching streaming-chat's existing posture.Verified by booting the example and confirming the file list renders with no
DF0036in the server log.Created with the help of an agent.