Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
843 views

Created project by Micosoft Visual Studio "ASP.NET with React+Redux" template. In that case app running by IIS Express. But hot-reload for react-app doesn't work and shows error in console: &...
Crazy's user avatar
  • 11
0 votes
1 answer
2k views

I got this problem and I can't solve it. I am creating a MERN App and using Docker for the first time. I have 2 docker containers. One in my Client and one in my Server. client (React) FROM node:14-...
Chrissi's user avatar
  • 25
0 votes
0 answers
2k views

I'm working on a project which is written in PHP on a development server, and want to rewrite it in Svelte. Ideally I would like to have it on this server, acting as if I had run npm run dev locally (...
Basil's user avatar
  • 598
2 votes
4 answers
7k views

I am completely new to this community but would really appreciate if someone can help me with this problem I am facing. I am currently following the basic tutorial of the simple Hello World app but ...
Usama Ahmed's user avatar
3 votes
1 answer
2k views

I have a .NET Core 5 MVC web application, using IIS Express to run locally during development. I'm using VS Community 2019 v16.11. The hot reload function does not work when I apply basic changes to ...
user avatar
0 votes
1 answer
2k views

I'm trying to use the hot reload feature in development mode of a react electron app. It use to work well but I'm having issues with the latest electron version 15+. I am able to run the app from the ...
MadeInDreams's user avatar
  • 2,156
2 votes
2 answers
2k views

I am developing an app on flutter which has a login page. When I run the app on an emulator and then when I do updates which activate the hot reload (I'm using VS Code), the app refresh without asking ...
JS1's user avatar
  • 767
1 vote
1 answer
418 views

I have an issue with my project with a simple SubComponent. If I do any changes inside that SubComonent it is not hot reloaded. I am not sure how to fix it. I have components defined like this: // ...
Dawe's user avatar
  • 620
1 vote
1 answer
894 views

I can't see my Shopify theme on the localhost because of this error: **Internal Server Error** **No such file or directory @ rb_sysopen - /usr/local/Cellar/shopify-cli/2.10.2/gems/shopify-cli-2.10.2/...
Annea's user avatar
  • 23
18 votes
2 answers
3k views

When using Hot Reload in the .NET CLI... $ dotnet watch watch : Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. Press "Ctrl + R" to restart. watch : ...
Max's user avatar
  • 9,979
8 votes
2 answers
5k views

for C# there's this option in VS for hot reloading, to automatically rebuild and restart the application. This is usually necessary when the changes couldn't be applied while the application was ...
Erik Valkering's user avatar
1 vote
0 answers
218 views

When I run flutter run and press r or R hot reload/restart doesn't work and I have to press r or R every time I change my code. I want to run my app only from the terminal and not from any IDE or ...
Saksham Raheja's user avatar
7 votes
0 answers
1k views

I'm following a Udemy course and trying to get HMR running with webpack version 5.67.0 and webpack-dev-server 4.7.3, but it does not work. When I modify and save a CSS file, webpack re-compiles the ...
Eric Hepperle - CodeSlayer2010's user avatar
0 votes
1 answer
622 views

I'm new to vue and I just started working on my first project. In my main component, I have a fetch request to an (limited) API endpoint on page load. Every time I make changes to my code, the page ...
Mike's user avatar
  • 175
8 votes
1 answer
6k views

Am I missing something? I am running VS 2022 version 17.0.5. When I run my ASP.Net core MVC project (TargetFramework: net5.0) nothing happens when I change the cshtml for the current page. I've tried ...
Bob.at.Indigo.Health's user avatar
0 votes
1 answer
1k views

When I am writing Flutter app, the android studio perform hot reload for every change I made of the code without pressing the command+S. I want it to trigger hot reload only when I press the command+S,...
jjboy's user avatar
  • 3
2 votes
1 answer
509 views

When a user logs into my flutter app, they have to log in, then they are brought to a screen with a feed of posts. I use a ListView.builder to take a list of posts from my database and create the feed ...
Globe's user avatar
  • 564
56 votes
5 answers
37k views

I have a react app made with create react app, and hot reloading kills the page entirely with the error: Uncaught ReferenceError: process is not defined What's strange is that there seems to be an ...
DaraJ's user avatar
  • 3,255
0 votes
1 answer
3k views

I'm using Visual Studio 2019 for my React project with a C# backend I keep pressing the red (flame like) apply code changes button in visual studio 2019 to try to update my project. (I am trying to ...
ZaneK's user avatar
  • 351
2 votes
0 answers
233 views

I'm working on an Xamarin project for school using C# on VS2019. I'm limited to only using Android. I've been using the built in Android Device manager within VS for my Android Emulator. Hot Reload ...
Evan's user avatar
  • 65
0 votes
2 answers
3k views

I've just migrated a .NET 5 app to .NET 6 and am trying to get hot reloading working. When I run my app, change a value and hit the hot reload button (or use the hot reload on save option), Visual ...
ajbeaven's user avatar
  • 9,607
3 votes
1 answer
2k views

Trying to use the new "hot reload" feature in VS 2022. I have 4 .NET 5 projects (Blazor, API, Tests and Class Library). 2 of them are set to start on debug (Blazor and API). The hot ...
Ctznkane525's user avatar
  • 7,545
2 votes
0 answers
2k views

Hot reload seems to work - but actually doesn't re-render Using laravel mix-6 and webpack to hot-reload Vue 3. Steps to recreate: Hosting on homestead on a vagrant (VMBox) Starting hot load via npm ...
Peder Wessel's user avatar
4 votes
1 answer
1k views

Is there a way to get notified of a hot reload event? I've looked on the dotnet/sdk repo but couldn't find anything. I was hoping for either an event, a way to register a callback function or maybe ...
Philippe Paré's user avatar
5 votes
1 answer
738 views

I just installed Visual studio2022 and create a project.NET6 web application with Razor page. But I found that Hot re-load doesn't work even for little changes("TEST" to "TEST1" in ...
dbenbyeon's user avatar
  • 205

1
3 4
5
6 7
10