483 questions
1
vote
0
answers
843
views
Web-app hot-reload when running by IIS Express with SSL
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: &...
0
votes
1
answer
2k
views
How to enable Hot-Reload in Mern Application using Docker
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-...
0
votes
0
answers
2k
views
How to enable hot-reload for Svelte on a development server?
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 (...
2
votes
4
answers
7k
views
How to reload Go Fiber in the terminal?
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 ...
3
votes
1
answer
2k
views
VS Hot Reload Is Not Working in NET Core 5
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 ...
0
votes
1
answer
2k
views
Electron react app hot reloading from src folder not working
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 ...
2
votes
2
answers
2k
views
Staying logged in when updating code on flutter web
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 ...
1
vote
1
answer
418
views
React Component with SubComponent - hot reload does not work
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:
// ...
1
vote
1
answer
894
views
Shopify CLI can't find hot-reload.js
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/...
18
votes
2
answers
3k
views
Dotnet CLI Hot Reload: always restart app on rude edits?
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 : ...
8
votes
2
answers
5k
views
VS2022 Hot Reload unconditionally restarts application after changes
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 ...
1
vote
0
answers
218
views
Hot Reload/Restart doesn't work in Flutter in Linux from TERMINAL only
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 ...
7
votes
0
answers
1k
views
Webpack - devServer.watchFiles breaks Hot Module Replacement (HMR) in webpack-dev-server
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 ...
0
votes
1
answer
622
views
Is there a way to prevent vue hot reload from making too many API calls?
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 ...
8
votes
1
answer
6k
views
VS 2022: How to get cshtml hot reload to work
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 ...
0
votes
1
answer
1k
views
Android Studio Flutter Hot Reload For Every Change
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,...
2
votes
1
answer
509
views
ListView.builder only loads after hot-reloading flutter app
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 ...
56
votes
5
answers
37k
views
process is not defined on hot reload
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 ...
0
votes
1
answer
3k
views
Hot reload / Apply Code changes button not applying changes or refreshing in Visual Studio 2019
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 ...
2
votes
0
answers
233
views
StopHotReload: Could not find project for MonoDevelop.Debugger.Soft.MonoDroid.MonoDroidDebuggerSession
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 ...
0
votes
2
answers
3k
views
Hot Reload applying changes but not refreshing page in Visual Studio 2022
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 ...
3
votes
1
answer
2k
views
Visual Studio 2022 - Hot Reload Disabled
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 ...
2
votes
0
answers
2k
views
Vue hot reloading not working / re-rendering
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 ...
4
votes
1
answer
1k
views
Hot reload notification/event
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 ...
5
votes
1
answer
738
views
Hot reload not working for Razor page VS2022
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 ...