22,444 questions
-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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
-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 ...
-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 (...
-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/...