Closed mikedawson closed 1 year ago
Expected result:
If you run the browserDevelopmentRun task, then it the browser should open on port 8080 and the showcase should load
./gradlew browserDevelopmentRun
Observed result:
Blank screen. No error messages on console. Tested on Firefox and Chrome. Using the build/distribution output works fine.
Hi @mikedawson,
./gradlew clean
./gradlew --stop
./gradlew run
It should help. Please notify me about the result.
@mikedawson, I close it as resolved
Expected result:
If you run the browserDevelopmentRun task, then it the browser should open on port 8080 and the showcase should load
Observed result:
Blank screen. No error messages on console. Tested on Firefox and Chrome. Using the build/distribution output works fine.