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

running with different base href causes crash during connection #1227

Closed
jonahwilliams opened this issue Jan 20, 2021 · 1 comment
Closed

Comments

@jonahwilliams
Copy link
Contributor

jonahwilliams commented Jan 20, 2021

Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.

## command

flutter run -d chrome

## exception

StateError: Bad state: No element


#0      List.last (dart:core-patch/growable_array.dart:337:5)
#1      AppInspector._initialize (package:dwds/src/debugging/inspector.dart:90:35)
<asynchronous suspension>
#2      AppInspector.initialize (package:dwds/src/debugging/inspector.dart:156:5)
<asynchronous suspension>
#3      ChromeProxyService.createIsolate (package:dwds/src/services/chrome_proxy_service.dart:188:18)
<asynchronous suspension>

To reproduce flutter create a new app, and change the base href in web/index.html from / to /foo/.

@grouma
Copy link
Member

grouma commented Jan 20, 2021

This seems to be a dupe of flutter/flutter#69964

@grouma grouma closed this as completed Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants