-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Problem with Safari Browser: FormatException: Scheme not starting with alphabetic character (at character 1) #58
Comments
Seems to be a webdev issue on Safari. Reproducible through:
Please open an issue on the webdev repo: https://github.com/dart-lang/webdev |
I just found out, there is an existing issue at the webdev repo, already: dart-lang/webdev#1499 |
Interesting note from the linked
dart-lang/webdev#1499 (comment) @schultek I take this to mean that when deployed, there will not be any Safari related issues. This issue crops up just for local development. If so, I do not think this is too pressing... as long as it works in production. I have yet to publish any |
Yes from my testing also this only affects dev mode. |
@schultek |
After reading the below issue I found a solution on how to be able to test on Safari dart-lang/webdev#1499 (comment)
|
I started with the quick start guide on https://docs.page/schultek/jaspr/quick-start. I created a project using the basic template, entered the working directory and ran the
serve
command. I did not open the project in an IDE or edited any files.When the page is up, I open the browser and visit
localhost:8080
. I see a white page with »Hello World«, but an error gets logged on the server. It seems as if there is an@
symbol in front of the scheme in the generated code.FormatException: Scheme not starting with alphabetic character (at character 1)
This is my
pubspec.yaml
:jaspr --version
returns 0.1.0dart --version
returns Dart SDK version: 2.19.6 (stable)I am using Safari on macOS.
UPDATE: This issue does not occur using Chrome.
The text was updated successfully, but these errors were encountered: