Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLib-GIO-ERROR: Cannot start cypress on Ubuntu 24 - Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' #30160

Closed
PrajwalNGowda opened this issue Sep 1, 2024 · 21 comments · Fixed by #30179

Comments

@PrajwalNGowda
Copy link

PrajwalNGowda commented Sep 1, 2024

Current behavior

When I tried to start cypress, I am getting error(GLib-GIO-ERROR)

Desired behavior

(Cypress:8694): GLib-GIO-ERROR **: 21:52:36.746: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
The Test Runner unexpectedly exited via a exit event with signal SIGTRAP

Please search Cypress documentation for possible solutions:

https://on.cypress.io

Check if there is a GitHub issue describing this crash:

https://github.com/cypress-io/cypress/issues

Consider opening a new issue.

----------

Platform: linux-x64 (Ubuntu - 24.04)
Cypress Version: 13.14.1

Test code to reproduce

npx cypress run

Cypress Version

Cypress Version: 13.14.1

Node version

v21.7.2

Operating System

Platform: linux-x64 (Ubuntu - 24.04)

Debug Logs

No response

Other

No response

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Sep 2, 2024

@PrajwalNGowda

This is probably not a Cypress problem and it is more likely a problem with your Ubuntu installation. Did you try on a different machine?

Also, the version of Node.js you are using has reached end-of-life. https://docs.cypress.io/guides/getting-started/installing-cypress#Nodejs lists 18.x, 20.x and 22.x as supported versions of Node.js.

@PrajwalNGowda
Copy link
Author

PrajwalNGowda commented Sep 2, 2024

Im using latest version of Ubuntu (24.04) and i did upgraded my node version to 22 but no luck. If I downgrade cypress version to 13.13.3 everything works fine, but facing issue with the latest version of cypress 13.14.1

@MikeMcC399
Copy link
Contributor

@PrajwalNGowda
I have had some issues with Cypress 13.14.0 and 13.14.1 on Ubuntu 24.04 and 24.04.1 which seem to be GPU related. I haven't reported them because I can't reproduce on the GitHub runner ubuntu-24.04. I have not seen the error

GLib-GIO-ERROR **: 21:52:36.746: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

that you are reporting though.

@MikeMcC399
Copy link
Contributor

@PrajwalNGowda

There is another report of this issue #30169 so it looks like there is a compatibility issue.

@PrajwalNGowda
Copy link
Author

PrajwalNGowda commented Sep 2, 2024

@MikeMcC399 Yea many of my teammates are facing the same issue. We had to downgrade to lower version of cypress. Kindly provide a resolution for this issue in future versions :)

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Sep 2, 2024

@PrajwalNGowda

Kindly provide a resolution for this issue in future versions :)

I'm an external contributor, so I don't expect that I can provide a resolution myself. I can however help to verify the problem so that the Cypress team can process the issue more easily.

@MikeMcC399
Copy link
Contributor

I'm able to reproduce this issue!

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Sep 2, 2024

These are debug logs from running npx cypress run on the default spec

describe('template spec', () => {
  it('passes', () => {
    cy.visit('https://example.cypress.io')
  })
})

The environment is Cypress 13.14.0 or 13.14.1 running under Ubuntu 24.04 LTS or 24.04.1 LTS with Node.js v20.17.0. This is a regression from Cypress 13.13.3.

$ npx cypress run
  cypress:cli:cli cli starts with arguments ["/home/mike/n/bin/node","/home/mike/github/cy-e2e-default-simple/node_modules/.bin/cypress","run"] +0ms
  cypress:cli NODE_OPTIONS is not set +0ms
  cypress:cli:cli program parsing arguments +0ms
  cypress:cli:cli running Cypress with args [ Command { _events: [Object: null prototype] { 'option:auto-cancel-after-failures': [Function (anonymous)], 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function (anonymous)], 'option:headless': [Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:runner-ui': [Function (anonymous)], 'option:no-runner-ui': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 25, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: '/home/mike/github/cy-e2e-default-simple/node_modules/.bin/cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _storeOptionsAsPropertiesCalled: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _combineFlagAndOptionalValue: true, _hidden: false, _hasHelpOption: true, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '<command> [options]', args: [Array], [Symbol(shapeMode)]: false, [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath: null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _storeOptionsAsPropertiesCalled: false, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _combineFlagAndOptionalValue: true, _hidden: false, _hasHelpOption: true, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, args: [], [Symbol(shapeMode)]: false, [Symbol(kCapture)]: false } ] +1ms
  cypress:cli:cli variable-length opts parsed { args: [ '/home/mike/n/bin/node', '/home/mike/github/cy-e2e-default-simple/node_modules/.bin/cypress', 'run' ], opts: Command { _events: [Object: null prototype] { 'option:auto-cancel-after-failures': [Function (anonymous)], 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function (anonymous)], 'option:headless': [Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:runner-ui': [Function (anonymous)], 'option:no-runner-ui': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 25, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: '/home/mike/github/cy-e2e-default-simple/node_modules/.bin/cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _storeOptionsAsPropertiesCalled: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _combineFlagAndOptionalValue: true, _hidden: false, _hasHelpOption: true, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '<command> [options]', args: [Array], [Symbol(shapeMode)]: false, [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath: null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _storeOptionsAsPropertiesCalled: false, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _combineFlagAndOptionalValue: true, _hidden: false, _hasHelpOption: true, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, args: [], [Symbol(shapeMode)]: false, [Symbol(kCapture)]: false } } +38ms
  cypress:cli parsed cli options {} +41ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +0ms
  cypress:cli checking if executable exists /home/mike/.cache/Cypress/13.14.1/Cypress/Cypress +2ms
  cypress:cli Binary is executable? : true +0ms
  cypress:cli binaryDir is  /home/mike/.cache/Cypress/13.14.1/Cypress +1ms
  cypress:cli Reading binary package.json from: /home/mike/.cache/Cypress/13.14.1/Cypress/resources/app/package.json +0ms
  cypress:cli Found binary version 13.14.1 installed in: /home/mike/.cache/Cypress/13.14.1/Cypress +2ms
  cypress:cli { verified: true } +2ms
  cypress:cli is Verified ? true +0ms
  cypress:cli:run processing run options { key: null, spec: null, reporter: null, reporterOptions: null, project: '/home/mike/github/cy-e2e-default-simple' } +0ms
  cypress:cli:run --key is not set, looking up environment variable CYPRESS_RECORD_KEY +1ms
  cypress:cli:run run to spawn.start args ["--run-project","/home/mike/github/cy-e2e-default-simple"] +0ms
  cypress:cli DISPLAY environment variable is set to :0 on Linux
  cypress:cli Assuming this DISPLAY points at working X11 server,
  cypress:cli Cypress will not spawn own Xvfb
  cypress:cli 
  cypress:cli NOTE: if the X11 server is NOT working, Cypress will exit without explanation,
  cypress:cli   see https://github.com/cypress-io/cypress/issues/4034
  cypress:cli Solution: Unset the DISPLAY variable and try again:
  cypress:cli   DISPLAY= npx cypress run ... +0ms
  cypress:cli needs to start own Xvfb? false +0ms
  cypress:cli spawning, should retry on display problem? true +1ms
  cypress:cli passing DISPLAY :0 +1ms
  cypress:cli spawn args [ '--ozone-platform-hint=auto', '--no-sandbox', '--', '--run-project', '/home/mike/github/cy-e2e-default-simple', '--cwd', '/home/mike/github/cy-e2e-default-simple', '--userNodePath', '/home/mike/n/bin/node', '--userNodeVersion', '20.17.0' ] { detached: false, stdio: [ 'inherit', 'inherit', 'pipe' ] } +0ms
  cypress:cli spawning Cypress with executable: /home/mike/.cache/Cypress/13.14.1/Cypress/Cypress +0ms
  cypress:cli piping child STDERR to process STDERR +2ms
  cypress:snapshot:info Caching 3373, defining 4216 modules! Using cache +0ms
  cypress:snapshot:debug initializing packherd require +0ms
  cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 111.52ms +0ms
  cypress:server:appdata path: /home/mike/.config/Cypress/cy/production/browsers +0ms
  cypress:server appending default switches for electron: [
  cypress:server   { name: '--test-type' },
  cypress:server   { name: '--ignore-certificate-errors' },
  cypress:server   { name: '--start-maximized' },
  cypress:server   { name: '--silent-debugger-extension-api' },
  cypress:server   { name: '--no-default-browser-check' },
  cypress:server   { name: '--no-first-run' },
  cypress:server   { name: '--noerrdialogs' },
  cypress:server   { name: '--enable-fixed-layout' },
  cypress:server   { name: '--disable-popup-blocking' },
  cypress:server   { name: '--disable-password-generation' },
  cypress:server   { name: '--disable-single-click-autofill' },
  cypress:server   { name: '--disable-prompt-on-repos' },
  cypress:server   { name: '--disable-background-timer-throttling' },
  cypress:server   { name: '--disable-renderer-backgrounding' },
  cypress:server   { name: '--disable-renderer-throttling' },
  cypress:server   { name: '--disable-backgrounding-occluded-windows' },
  cypress:server   { name: '--disable-restore-session-state' },
  cypress:server   { name: '--disable-new-profile-management' },
  cypress:server   { name: '--disable-new-avatar-menu' },
  cypress:server   { name: '--allow-insecure-localhost' },
  cypress:server   { name: '--reduce-security-for-testing' },
  cypress:server   { name: '--enable-automation' },
  cypress:server   { name: '--disable-print-preview' },
  cypress:server   { name: '--disable-component-extensions-with-background-pages' },
  cypress:server   { name: '--disable-device-discovery-notifications' },
  cypress:server   { name: '--autoplay-policy', value: 'no-user-gesture-required' },
  cypress:server   { name: '--disable-site-isolation-trials' },
  cypress:server   { name: '--metrics-recording-only' },
  cypress:server   { name: '--disable-prompt-on-repost' },
  cypress:server   { name: '--disable-hang-monitor' },
  cypress:server   { name: '--disable-sync' },
  cypress:server   { name: '--disable-web-resources' },
  cypress:server   { name: '--safebrowsing-disable-download-protection' },
  cypress:server   { name: '--disable-client-side-phishing-detection' },
  cypress:server   { name: '--disable-component-update' },
  cypress:server   {
  cypress:server     name: '--simulate-outdated-no-au',
  cypress:server     value: "'Tue, 31 Dec 2099 23:59:59 GMT'"
  cypress:server   },
  cypress:server   { name: '--disable-default-apps' },
  cypress:server   {
  cypress:server     name: '--disable-features',
  cypress:server     value: 'Translate,PrivacySandboxSettings4'
  cypress:server   },
  cypress:server   { name: '--use-fake-ui-for-media-stream' },
  cypress:server   { name: '--use-fake-device-for-media-stream' },
  cypress:server   { name: '--disable-ipc-flooding-protection' },
  cypress:server   { name: '--disable-backgrounding-occluded-window' },
  cypress:server   { name: '--disable-breakpad' },
  cypress:server   { name: '--password-store', value: 'basic' },
  cypress:server   { name: '--use-mock-keychain' },
  cypress:server   { name: '--disable-dev-shm-usage' },
  cypress:server   { name: '--enable-precise-memory-info' }
  cypress:server ] +0ms
  cypress:server:cypress starting cypress with argv [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress', '--ozone-platform-hint=auto', '--no-sandbox', '--', '--run-project', '/home/mike/github/cy-e2e-default-simple', '--cwd', '/home/mike/github/cy-e2e-default-simple', '--userNodePath', '/home/mike/n/bin/node', '--userNodeVersion', '20.17.0' ] +0ms
  cypress:server:args argv array: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress', '--ozone-platform-hint=auto', '--no-sandbox', '--run-project', '/home/mike/github/cy-e2e-default-simple', '--cwd', '/home/mike/github/cy-e2e-default-simple', '--userNodePath', '/home/mike/n/bin/node', '--userNodeVersion', '20.17.0' ] +0ms
  cypress:server:args parsed argv options { options: { _: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress' ], 'ozone-platform-hint': 'auto', sandbox: false, 'run-project': '/home/mike/github/cy-e2e-default-simple', runProject: '/home/mike/github/cy-e2e-default-simple', cwd: '/home/mike/github/cy-e2e-default-simple', userNodePath: '/home/mike/n/bin/node', userNodeVersion: '20.17.0' } } +0ms
  cypress:server:args argv parsed: { _: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress' ], 'ozone-platform-hint': 'auto', sandbox: false, runProject: '/home/mike/github/cy-e2e-default-simple', cwd: '/home/mike/github/cy-e2e-default-simple', userNodePath: '/home/mike/n/bin/node', userNodeVersion: '20.17.0', invokedFromCli: true } +4ms
  cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' } +0ms
  cypress:server:args options { _: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress' ], 'ozone-platform-hint': 'auto', sandbox: false, runProject: '/home/mike/github/cy-e2e-default-simple', cwd: '/home/mike/github/cy-e2e-default-simple', userNodePath: '/home/mike/n/bin/node', userNodeVersion: '20.17.0', invokedFromCli: true, config: {} } +1ms
  cypress:server:args argv options: { _: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress' ], 'ozone-platform-hint': 'auto', sandbox: false, runProject: '/home/mike/github/cy-e2e-default-simple', cwd: '/home/mike/github/cy-e2e-default-simple', userNodePath: '/home/mike/n/bin/node', userNodeVersion: '20.17.0', invokedFromCli: true, config: {}, projectRoot: '/home/mike/github/cy-e2e-default-simple' } +0ms
  cypress:server:cypress from argv [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress', '--ozone-platform-hint=auto', '--no-sandbox', '--run-project', '/home/mike/github/cy-e2e-default-simple', '--cwd', '/home/mike/github/cy-e2e-default-simple', '--userNodePath', '/home/mike/n/bin/node', '--userNodeVersion', '20.17.0' ] got options { _: [ '/home/mike/.cache/Cypress/13.14.1/Cypress/Cypress' ], 'ozone-platform-hint': 'auto', sandbox: false, runProject: '/home/mike/github/cy-e2e-default-simple', cwd: '/home/mike/github/cy-e2e-default-simple', userNodePath: '/home/mike/n/bin/node', userNodeVersion: '20.17.0', invokedFromCli: true, config: {}, projectRoot: '/home/mike/github/cy-e2e-default-simple' } +6ms
  cypress:server:cypress scaling electron app in headless mode +0ms

(Cypress:15424): GLib-GIO-ERROR **: 17:56:21.824: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
  cypress:cli child event fired { event: 'exit', code: null, signal: 'SIGTRAP' } +537ms
  cypress:cli detecting arch { osPlatform: 'linux', osArch: 'x64' } +548ms
  cypress:cli arm uname -m result: { stdout: 'x86_64' }  +6ms
  cypress:cli child event fired { event: 'close', code: null, signal: 'SIGTRAP' } +7ms
The Test Runner unexpectedly exited via a exit event with signal SIGTRAP

Please search Cypress documentation for possible solutions:

https://on.cypress.io

Check if there is a GitHub issue describing this crash:

https://github.com/cypress-io/cypress/issues

Consider opening a new issue.

----------

Platform: linux-x64 (Ubuntu - 24.04)
Cypress Version: 13.14.1

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Sep 2, 2024

I could only reproduce if I run Cypress from inside a VSCode bash terminal. If I start a regular Ubuntu bash terminal I don't get GLib-GIO-ERROR, instead I get cy.screenshot() timing out.

@MikeMcC399
Copy link
Contributor

@raygdev
Copy link
Contributor

raygdev commented Sep 3, 2024

@MikeMcC399 This may be way out of my depth, but I did a little research on this error. It seems to appear in the ubuntu 22.x distro on mulitple app platforms. AppImage seems to have a complication with supporting wayland. I noticed this change in 13.14.0. I'm not terribly familar with the flag, but it looks like it is meant to support wayland and defaults back to x11 if not found. Some users noted that setting the env variable:

GDK_BACKEND=x11 ~/path/to/whateverapp.AppImage

seems to get rid of the error from glib.

I'm curious if electron is running in AppImage. Some other users noted that using sudo with npx helped, but I'm really not sure how that may be relevant.

This could be a shot in the dark, but maybe worth investigating.

@MikeMcC399
Copy link
Contributor

@MikeMcC399
Copy link
Contributor

@MikeMcC399
Copy link
Contributor

@raygdev

@jennifer-shehane jennifer-shehane added stage: investigating Someone from Cypress is looking into this and removed stage: needs investigating Someone from Cypress needs to look at this labels Sep 3, 2024
@jennifer-shehane jennifer-shehane changed the title Cannot start cypress on Ubuntu GLib-GIO-ERROR: Cannot start cypress on Ubuntu 24 Sep 3, 2024
@jennifer-shehane jennifer-shehane changed the title GLib-GIO-ERROR: Cannot start cypress on Ubuntu 24 GLib-GIO-ERROR: Cannot start cypress on Ubuntu 24 - Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' Sep 3, 2024
@jennifer-shehane
Copy link
Member

We're looking into this and whether we need to roll back the Wayland fix from 13.14.0 or not.

@SarahNaiane1
Copy link

Estamos analisando isso e se precisamos reverter a correção do Wayland da versão 13.14.0 ou não.

Hi, how long does it take to have a solution? The same error is occurring on my machine.

@jennifer-shehane
Copy link
Member

@SarahNaiane1 We recommend downgrading to Cypress 13.13.1 if you are encountering this error. This error should not be occurring on that version.

@AtofStryker
Copy link
Contributor

I'm struggling to reproduce on docker Ubuntu 24.04, but I can reproduce on my Jammy Ubuntu 22 machine. I am unsure of the root cause, so we are going to back out #30109 and release 13.14.2 tomorrow EST.

also see #30172 (comment)

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Sep 4, 2024

@AtofStryker

@jennifer-shehane
Copy link
Member

We're getting a release out today for 13.14.1 that should resolve this.

@jennifer-shehane jennifer-shehane removed the stage: investigating Someone from Cypress is looking into this label Sep 4, 2024
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Sep 4, 2024

Released in 13.14.2.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v13.14.2, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants