Skip to content

Clicking on "settings" in the Gradio app footer breaks the Gradio app (making whole page unusable) #12514

@abidlabs

Description

@abidlabs

Describe the bug

Run any Gradio app and then click on the settings link in the footer. Not only does it not work, but it raises a js error which makes the whole Gradio app unusable

Screen.Recording.2025-12-05.at.11.02.14.AM.mov

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

gr.Interface(lambda x:x, "textbox", "textbox").launch()

Screenshot

No response

Logs

Uncaught TypeError: Illegal invocation
    at get_next_sibling (index-CsuPqJBw.js:4396:29)
    at Module.sibling (index-CsuPqJBw.js:4470:47)
    at j (Settings-DcLlN7yp.js:7:1282)
    at snippet-D9st6TNa.js:187:19
    at update_reaction (index-CsuPqJBw.js:5569:16)
    at update_effect (index-CsuPqJBw.js:5736:18)
    at create_effect (index-CsuPqJBw.js:4753:4)
    at branch (index-CsuPqJBw.js:5022:9)
    at BranchManager.ensure (snippet-D9st6TNa.js:187:6)
    at update_branch (svelte_internal_client.js:880:12)

System Info

6.0.2

Severity

I can work around it

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions