You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V1.28.2 causes requests for assets that do not exists to be sent to our application server which causes the server to raise an error and our test suite ro fail.
This only occurs when we request a percy snapshot.
The error looks like
ActionController::RoutingError:
No route matches [GET] "/__serialized__/_fo6qheiye.svg+xml"
# ./lib/static_asset_middleware.rb:14:in `call'
It appears related to the introduction serializeBase64() of in commit fe2a
Environment
Node version:
@percy/cli version: 1.28.2
Version of Percy SDK you’re using: percy-capybara 5.0.0
OS version: Linux & MacOS
Type of shell command-line [interface]: bash & zsh
The text was updated successfully, but these errors were encountered:
Osseta
changed the title
V1.28.2 introduces a bug causing out CI to fail
V1.28.2 introduces a bug causing our CI to fail due to bad requests
Apr 10, 2024
The problem
V1.28.2 causes requests for assets that do not exists to be sent to our application server which causes the server to raise an error and our test suite ro fail.
This only occurs when we request a percy snapshot.
The error looks like
It appears related to the introduction
serializeBase64()
of in commit fe2aEnvironment
@percy/cli
version: 1.28.2Debug logs
debug.log
The text was updated successfully, but these errors were encountered: