flutter web on GitHub Pages not showing content

1,310

Found the problem in: repository_folder/app_folder/index.html

When I deleted the following line, everything worked:

<base href="/">
Share:
1,310
Johanna
Author by

Johanna

Updated on December 25, 2022

Comments

  • Johanna
    Johanna over 1 year

    I am trying to release my existing flutter project on the web (it already is working on iOS and android).

    According to this great article: How to embed your Flutter app in WordPress

    I got to the point where I copied the build/web folder to my repository and pushed to master. I ensured everything exist in the repository.

    yet NOTHING APPEARS on https://username.github.io/app_folder

    Just a blank page :(