mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
main.dart.js file not found #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luni-moon on GitHub (Mar 19, 2021).
When working on a remodel of the web version, I came across this error right away in the js console. I do not know if it causes this, but it shows a blank page instead of what shows on the live site. Here are a few screenshots for reference...
These first two show the js console logs for the live site, which they all generally complain about the main.dart.js file missing.
The next two above are the same error on the web server shown in two different forms... a notification and in the console.
The next one above shows the blank page which may be the outcome of the error.
This last one shows why the thesis from the previous image and caption is not logical, as it is working on the live site. I still do think it is the outcome though...
Anyways, thanks for taking the time to read this!
@shreyas1599 commented on GitHub (Mar 20, 2021):
@Lukas-Batema which version of flutter are you using?
@luni-moon commented on GitHub (Mar 20, 2021):
I do not know, which probably means I am not using it :/
EDIT: I cannot download flutter since my school administration block Linux (Beta) on the Chromebooks. I will email the IT Department for permission to have it unblocked for programming purposes. I will let you know once I get a response and what it is.
@shreyas1599 commented on GitHub (Mar 20, 2021):
Right. How did you run it in the browser without flutter?
@luni-moon commented on GitHub (Mar 20, 2021):
I used an IDE with a web server, other than that, I am not really sure.
@shreyas1599 commented on GitHub (Mar 20, 2021):
Oh. You're supposed to run it using flutter.
flutter run -d chromeCan you close this then? Doesn't seem like a problem with the repo
@luni-moon commented on GitHub (Mar 20, 2021):
Yeah, I realize that now. Sorry, my bad... Wait, what about the live site complaining about the missing file?
@shreyas1599 commented on GitHub (Mar 20, 2021):
It's generated by flutter when you run
flutter run -d chrome@luni-moon commented on GitHub (Mar 20, 2021):
Ah, okay. Understandable now.