Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
-1 votes
0 answers
25 views

React WebApp is unreachable on the browser [closed]

I'm trying to build a React app using vanilla CSS for the frontend. I'm using Linux VM as my test environment, and I've added all the codes in the project structure. it was compiled successfully but I ...
Adeniyi Osofuye's user avatar
0 votes
0 answers
19 views

Click on Element not working in the Chrome browser on mobile phone after zoom in and zoom out the window

After zoom in & zoom out the window, i try to click the option and button element not work any more: When i test on chrome browser with android mobile, before zoom in & zoom out the window ...
You-Xiang Liao's user avatar
0 votes
0 answers
37 views

hight memory usage problem in MVC web app

in mvc web app, first chrome memory snapshot is ~ 51mb after i call ajax to re render partialView, second snapshot take double or more! ~ 100bm. and in every call partialview memory usage get larger ...
rahman's user avatar
  • 131
0 votes
1 answer
82 views

How to Programmatically Style the Google Sheets Sidebar Container with Apps Script

I'm trying to change the background color and font color of the main Google Sheets sidebar container��the frame that holds the title and close button—using server-side Google Apps Script. I know how to ...
Kenneth's user avatar
  • 11
0 votes
0 answers
74 views

"The state token is invalid or has expired. Please try again." error

Subject: Persistent "State Token Invalid" Error in Google Apps Script Web App for Test Users (OAuth2 Library) I'm encountering a highly persistent and perplexing "The state token is ...
Santosh's user avatar
  • 11
0 votes
1 answer
63 views

Trouble passing dynamic variable/scriptlet into HTML in Google Apps Script

I'm having difficulty when trying to pass a dynamic variable into an HTML file from my GAS code. The GAS code is able to recognize the scriptlet in the HTML file, but for some reason it will only pass ...
Abby Orr's user avatar
1 vote
1 answer
58 views

Refactoring minimal web application pattern into classic full Program.cs with main

Currently, all the web application examples for ASP.NET Core use the minimal pattern where there is no Program.cs or a Main method: var builder = WebApplication.CreateBuilder(args); // ... Configure ...
t3chb0t's user avatar
  • 19.1k
1 vote
1 answer
33 views

In Jetty 12.x how to make logging of a webapp independent of logging of Jetty

With Jetty 9.x I was able to have separated logging config for my webapp and Jetty. I've migrated to Jetty 12.0.22, and now Jetty uses slf4j. My app used to use logback-classic through slf4j, but it ...
david.perez's user avatar
  • 7,152
0 votes
0 answers
13 views

Feedback button not showing after updating cdn path in aoai webapp

After I Updated the cdn path so that the icons work, the other icons are showing but the ThumbsUp & ThumbsDown buttons are not showing now. What has to be done for that and why this is happening ...
Sweekriti Pant's user avatar
0 votes
0 answers
28 views

Graph on Android webapp gets stuck on Android device but works on the desktop browser

We have an android webapp application displaying a graph that is continuously scrolling horizontally with real time data. With every second the data is charted on the graph & the graph scrolls to ...
apurva sawant's user avatar
1 vote
0 answers
44 views

Inaccurate & Unreliable Barcode Scanning on iOS Web App

I'm building a React/TypeScript web app (PWA-style) that includes a barcode scanner. The scanner uses the BarcodeDetector API if it's supported; otherwise, I fall back to @zxing/library. The issue: it ...
Eltomon's user avatar
  • 382
1 vote
1 answer
50 views

Dashboard Power BI

In my company we are using power BI, It is user friendly but we have some problem with the multi factor authentication. I can’t remove for policy but it is possible bypass the autentication? May I ...
Inuraghe's user avatar
  • 616
-4 votes
1 answer
109 views

HtmlService include() function breaks ES6 syntax in included files - template processing issue

I'm getting syntax errors when trying to modularize a Google Apps Script HTML project. The issue appears to be related to how the HTML service processes included files as templates rather than raw ...
Rafael Fontana's user avatar
-1 votes
1 answer
105 views

Google Apps script for docs gives a permission denied error

I am trying to create a script with Google Apps script showing a popup to draw on a canvas on a html file and have that drawing send (as base64) to the document I need it to be on. The error I get is (...
udarts's user avatar
  • 886
-1 votes
1 answer
31 views

Next Js automatic refresh

I'm on a web application using nextJs and i want my page to refresh when there's new data since the mobile. Here is the page: import { MaintenanceContractDataTable } from "@/components/...
Mouhammad Ndiaye's user avatar

15 30 50 per page
1
2 3 4 5
1497