Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

.NET 10 MAUI Hot Reload fails: “No method by the name ‘GetProjectFullPathAsync’ is found”

After updating my Mac to macOS Tahoe 26.0.1 and Xcode 26, the XAML Hot Reload in my .NET 10 MAUI projects stopped working. When I make any XAML change, the app stays unchanged and the output shows: ...
Matan Yamin's user avatar
0 votes
0 answers
103 views

NestJS hot reload not working inside Docker container

I'm running a NestJS application inside a Docker container, but the hot reload doesn't work. When I edit any .ts file on my host machine, the NestJS server doesn't restart automatically. I have to ...
Steeven Delucis's user avatar
0 votes
2 answers
138 views

Why does useEffect on [] gets called on hot reload?

app/page.tsx "use client"; import { useEffect, useRef } from "react"; import { foo } from "./OrdersModuleFoo"; import React from "react"; const OrdersModule: ...
TSR's user avatar
  • 21.5k
2 votes
0 answers
122 views

Enable hot reload in a Blazor project

Hot reload doesn't work in Blazor project in Visual Studio 2022. If I set a breakpoint and edit code then I get a message: The source file has change. It no longer matches the version of the file ...
Richard Barraclough's user avatar
1 vote
0 answers
92 views

How to remove Hot Reload Service in .NET

I need to unload the Hot Reload Service from a Blazor app. Simply disabling Hot Reload from the settings does not do that. I am using Visual Studio 2022. I have tried the recommendations from other ...
Someone's user avatar
  • 11
8 votes
2 answers
356 views

Hot Reload opens up binding.dart with no errors

Edit: It seems to be an issue in the Flutter SDK itself, I opened an issue on their git repo Issue is in Flutter Web ONLY I just created a new flutter project with the latest version (3.35) and just ...
Neebs's user avatar
  • 376
0 votes
0 answers
36 views

Flutter Web: Closing web tab doesn't stop app or trigger "Lost connection to device"

I'm developing a Flutter Web app and running it from Android Studio. The app launches successfully in the browser and works fine. However, when I close the browser tab, the Flutter process in Android ...
Mohammed Hisham's user avatar
0 votes
0 answers
138 views

How to properly hot-reload Vite plugin

I have a custom Vite plugin, which I use to handle certain HTTP requests. When I modify my code, Vite appears to reload everything, but only some of my modules get reloaded. This means old code is ...
Malvineous's user avatar
  • 27.7k
1 vote
0 answers
120 views

Next.js generateMetadata not applying correctly with conditional rendering in layout - metadata only loads after hot reload

I'm working on a multi-tenant Next.js application where I'm experiencing an issue with metadata generation. When a valid subdomain exists and the tenant is found, everything works perfectly - the app ...
NightyCat's user avatar
0 votes
2 answers
442 views

NextJS not triggering hot reload after changes in sibling workspace (yarn monorepo)

I have a monorepo with several packages (ui-components, logging, etc) which are imported into the sibling app package. The app is a Next.js app with React & Redux. After upgrading Next.js from v14....
ebbishop's user avatar
  • 2,013
0 votes
0 answers
161 views

Blazor Hot Reload issue with .NET 8

I have a very specific CSS hot reload issue during VS 2022 17.11.4 debugging sessions with my Blazor .NET 8 server app - I think the fine details matter here. My scoped CSS file appears in the ...
James Harcourt's user avatar
0 votes
0 answers
416 views

Why is ruby on rails 8.0.1 not hot reloading css?

It's not. My CSS is loaded with: <%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>. My CSS is in app/assets/stylesheets/. I start the local server with rails ...
Bob Rockefeller's user avatar
0 votes
1 answer
131 views

ModuleNotFoundError only when I run flet app from terminal

I'm working on a flet app and everything works fine when I run the app using PyCharm. The problem is that I want to try the hot reload provided by flet but when I run the app via the terminal I get a ...
Ricman1029's user avatar
6 votes
0 answers
601 views

Hot reload is no longer working after repairing Visual Studio

I've been using dotnet watch run for years to perform hot reloads with my Blazor Server application, and it's been working correctly to hot reload and apply my code changes to my application. I've ...
Ben Rubin's user avatar
  • 7,493
0 votes
1 answer
29 views

why does hot reload have a text glitch when loading form

hot reload flutter is working very poorly for me, I need to click on the hot reload 20 times so that the text is loaded as a result enter image description here import 'package:flutter/material.dart'; ...
Denis Budenniy's user avatar
1 vote
0 answers
193 views

Laravel Inertia with Vue.js doesn't reload

I installed a Laravel Inertia project with Vue and hot reload doesn't do his job even if I F5. For modifications to apply on my frontend, I need to stop the dev script and restart it for example if I ...
Antoine Kurka's user avatar
0 votes
1 answer
52 views

Webpack 5 hot reload from different port (seperate application using the build)

The issue I'm stuck on is hot reload is trying to go to localhost:8000/build (where the application build is being used) instead of localhost:3000/build which is the webpack-dev-server build location. ...
Ave's user avatar
  • 83
0 votes
3 answers
177 views

How do I use Flutter's hot reload for a web app that uses Firebase? [duplicate]

I am building a web app using Flutter and Firebase. If I make a change and save it, Chrome will perform a hot restart (opposed to a hot reload). I could build it to Windows instead, so I could take ...
Evorlor's user avatar
  • 7,436
0 votes
2 answers
355 views

How can I make Visual Studio watch my Typescript files for changes?

I'm working on a legacy, rather outdated MVC project, where I've been tasked with adding several major new features. Although most of the UI is in Razor, one of the features will involve a fair bit of ...
Scott Severance's user avatar
1 vote
0 answers
433 views

React Native Expo Hot Reloading Doesn't Reload Source Code

I am new to React Native (RN) so I am trying to understand the RN development workflow. I have found the debug workflow to be very inconsistent and assume there is something I am doing wrong or don't ...
piezontm's user avatar
  • 113
3 votes
1 answer
851 views

Issue with ng build --watch and npm link in Angular 18

I’m working on an Angular project that uses an Angular library. I recently upgraded both from version 17 to 18. In version 17, I was using ng build --watch along with npm link to enable hot reload for ...
Donadio Axel's user avatar
0 votes
1 answer
378 views

How to enable Hot Reload in ASP.NET Core 7 web site project

I'm looking to enable Hot Reload to hopefully allow edits to *.cs and/or *.cshtml files without restarting debug cycle. My original configurations in tasks.json and launch.json are as follows and ...
Terry's user avatar
  • 2,028
-1 votes
1 answer
171 views

Is it possible to hot reload (without refreshing the page) in symfony + react project?

I tried in webpack encore to configure dev-server for hot reload. After making changes and pressing ctrl + s, the page refreshes and you can see the changes. But is it possible to make the changes ...
Daniel Talarek's user avatar
0 votes
0 answers
22 views

Hot Reload not working after upgrading xamarin.form 4.6 to 5.0.0.2662

I have upgraded xamarin.form version 4.6 to 5.0.0.2662. I am using VS 2022 I enable hot reload in vs, shown in image When I make any changes. In output window of (Xamarin hot reload) showing statement ...
Kirti Zare's user avatar
2 votes
0 answers
145 views

How to import a monorepo package into an app with hot-reload?

I have a turborepo monorepo with the following structure: - apps - a - packages - x The packages/x folder exports some components in a index.tsx file. The apps/a folder needs to import these ...
HelloWorldEngineer's user avatar
0 votes
1 answer
50 views

Why does DisplayClass11 generate in .NET Core hot reload?

How does hot reload implement in .NET Core? Does it modify the project's assembly ? I open my Blazor project with dotnet watch, but got the following error: fail: Microsoft.Extensions.Hosting.Internal....
Penney Wang's user avatar
0 votes
1 answer
964 views

"Hot Reload" feature seems sluggish and or buggy

What I'm Building I am building a Blazor (Interactive Server) web application using .NET 8.0 Machine & Software I am using a Mac Pro (Intel 2019) with macOS Sonoma and Rider 2024.2. All software ...
Matthew Layton's user avatar
2 votes
2 answers
3k views

How do I set up hot reload for a dockerized Spring Boot application?

I'm working on setting up an application with a React front-end and a Spring Boot back-end, alongside PgAdmin and PostgreSQL. I've successfully set up everything in Docker containers, including hot-...
user avatar
0 votes
0 answers
65 views

Vite + React: Autoreload Local Library

I am working on a React + Vite project with Firebase. I share some logic between firebase functions and the frontend, so I want to extract that to a shared library. I have set my directories up up as ...
Someone's user avatar
  • 882
0 votes
0 answers
121 views

How can I enable hot reloading on a react app with a client side package.json and server side (Express) package.json?

I have a react app with two package.jsons. The frontend currently won't update unless I run npm run build each time... I would like to see my frontend changes instantly without having to rebuild it ...
kuroneko's user avatar
0 votes
2 answers
495 views

flutter won't print anything on the debug console

In Visual Studio Code, programming in Dart as a part of a Flutter course, no prints are shown in the debug console when hot reloading, only the "Reloaded..." message. When creating a flutter ...
Jericó's user avatar
0 votes
0 answers
110 views

An ImageButton with rounded corners does not display well

I am developing an application in .NET MAUI using Visual Studio 2022. Generally it works fine, but at some point something got corrupted and a particular button on a screen is not displayed correctly. ...
Jon's user avatar
  • 1,115
2 votes
0 answers
424 views

How to Set Up Hot Reload for Gin Application Using Docker and Air in Dev Environment?

I'm working on a backend system using Gin and Docker, and I'm trying to set up two different environments: development and production. In the development environment, I want to use Air for hot ...
Samy's user avatar
  • 21
0 votes
2 answers
114 views

CSS class disappeared without notice, where did it go?

I have this example table taken from https://element-plus.org/en-US/component/table.html#table-with-status I would like to give some color for some rows. Here is a minimal working example: <script ...
nagylzs's user avatar
  • 4,240
1 vote
3 answers
457 views

Docker compose volume binding doesn't work on windows

I have created the below docker-compose file in my app: version: '3.9' services: MongoDB: ... backend: ... frontend: stdin_open: true tty: true build: ./frontend image:...
Behnam's user avatar
  • 1,083
1 vote
1 answer
103 views

How to execute a function before a react native app is hot reloaded

The React Native Metro workflow features a 'r' reload command at the CLI that reloads the application. It does this in such a way that the componentWillUnmount() process is not invoked like a normal ...
Kyle Ross's user avatar
0 votes
1 answer
721 views

How to link Raylib with hot reloading in C++ (Windows + Linux platforms)

Context I am making a game in C++ (I am fairly new to the language) and have been using the Raylib library to handle things like windowing code, I am trying to get a very basic hot reloading test ...
Archie Murray's user avatar
2 votes
1 answer
885 views

In VS 2022 get the message Hot Reload - Changes Not Supported but I haven't changed anything

I keep getting a Hot Reload - Changes Not Supported in VS 2022 on my ASP.NET project, but I haven't made any changes. I've tried doing a clean followed by a rebuild solution, but I still get it the ...
Eric's user avatar
  • 3,289
1 vote
2 answers
4k views

Hot reload/deploy in Java and Spring Boot

I would like to know how hot reload/deploy works in Java and Spring Boot. In Java, whatever the jar files we have given to the JVM as a system classpath (passes to the system classloader) can't be ...
Anguraj Dinesh's user avatar
2 votes
1 answer
1k views

Maui hot reload is not working for my project. How do I troubleshoot?

I'm trying to figure out why hot reload is not working for my project. My project is pretty simple but I can't figure out why hot reload won't work. When I create a new MAUI project, hot reload works ...
C0NTRERAS's user avatar
  • 147
1 vote
1 answer
715 views

How to setup Rancher Desktop on macOS so that Vite server hot reload will not take ages

I recently moved from Docker Desktop to Rancher Desktop. However, once I did that, Vite hot reload functionality stopped working on my Laravel Sail project. After further investigation I figured ...
Martin Cmarko's user avatar
3 votes
3 answers
4k views

Updating from vue-cli to Vite: TypeError: Cannot read properties of null (reading 'nextSibling')

I have updated my Vue 3 project to use Vite following these tutorials: Vue School: How to Migrate from Vue CLI to Vite Medium: Vue-cli -> Vite migration The project is working and running with ...
Samball's user avatar
  • 879
0 votes
0 answers
72 views

Django Hot Reload

I am running docker image of a Django application with an entrypoint like this: export PYTHONUNBUFFERED=1 python3 manage.py runserver 0.0.0.0:8080 In settings.py DEBUG=True. However StatReloader doesn'...
Aleksa Bajat's user avatar
3 votes
1 answer
462 views

Disable wss for ASP.NET Core Hot Reload

I'm using ASP.NET Core's hot reload feature. It tries to connect with two websockets: ws and wss. The ws connection succeeds and hot reload works. But I'm not using HTTPS in my local development ...
lonix's user avatar
  • 22.4k
1 vote
1 answer
814 views

Blazor css isolation hot reload not working

I have a Blazor component named Comp.razor and nested inside it is a Comp.razor.css file. All of these files are located in a class library project. In my main project (the one I launch the app from), ...
Lemon Grab's user avatar
0 votes
1 answer
434 views

Hot reload not working on webpack 5.91.0 and webpack-dev-server 5.0.4

After updating webpack from version 4.46.0 to version 5.91.0, hot reload stopped working (not to be confused with live reload). Previously, the hot loader worked thanks to the library @pmmmwh/react-...
Калдар Кайрат's user avatar
0 votes
1 answer
120 views

Hot reload not working in flutter on andriod emulator but working on Chrome (web)

When i save the code the hot reload works when i'm running the code Chrome (web) but it does not work when I run the code on an virtual andriod emulator such as Pixel 7A. Can anyone explain why? ...
prayas new's user avatar
0 votes
1 answer
6k views

.NET 8 blazor wasm hot reload not working

Context: Visual Studio 2022 v17.9.6, .NET 8 (SDK v8.0.204), Blazor Webassembly Hosted solution. Applying Hot Reload to a non-debugging (CTRL-F5 run) webassembly app ... stopped working. At one time in ...
BCA's user avatar
  • 8,606
0 votes
1 answer
52 views

Page is not updated with HotReload message

I have a Blazor Server Side hosted with WebassemblyClient application on .NET 8, which has been around since .NET 5 and has been repeatedly updated. At some point hot relaod stopped working. I would ...
Taladan's user avatar
  • 499
0 votes
1 answer
1k views

Hot reload doesn't work in a vite+vue3 dockerized app

I have a vite+vue3 project that I'm trying to dockerize it. When I run docker-compose up -d everything is right, except hot reloading after a change. What is the problem? vite.config.ts: import { ...
Heyran.rs's user avatar
  • 553

1
2 3 4 5
10