Unable to run local copy of Blazor

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
Ace01

Unable to run local copy of Blazor

Unread post by Ace01 » 2021-04-14, 12:57

I'm having trouble running my Blazor-Wasm app on localhost.I have javascript.options.wasm as enabled. App gets stuck on Loading... .

I'm able to load this site : http://blazorgames.net/

Just unable to run localhost.
Last edited by Moonchild on 2021-04-14, 13:42, edited 1 time in total.
Reason: Proper board + topic title, please.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Unable to run local copy of Blazor

Unread post by Moonchild » 2021-04-14, 13:43

Are you sure the game is suitable for running on a local machine, i.e. isn't relying on assets that are present only on the web?
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Ace01

Re: Unable to run local copy of Blazor

Unread post by Ace01 » 2021-04-15, 15:14

Moonchild wrote:
2021-04-14, 13:43
Are you sure the game is suitable for running on a local machine, i.e. isn't relying on assets that are present only on the web?
Sorry, let me clarify my question.
I'm not trying to run anything offline.
I'm not having trouble with the site above : http://blazorgames.net/ :)

I'm having trouble running a localhost blazor .net 5 template app. The previous version of Blazor wasm (blazor 3.2) would run. Just that Blazor 5 doesn't run and gets stuck on Loading. My problem is here : https://localhost:5001/
I'm able to run localhost on Firefox and Chrome, just not Palemoon.

using Linux Ubuntu

using Pale Moon 29.0.1

Locked