Skip to main content

Questions tagged [web-applications]

Do NOT use alone. Do NOT use with web-frameworks or libraries like [reactjs], [django] or [flask]. Use for questions about web applications, where a more specific tag isn't applicable. Use with a appropriate language tag([java]) and the specific aspect of web-application, the question is about: http method([post],[get]), errors([http-status-code-404]), client-server communication ([client-server]) or server errors.

0 votes
0 answers
3 views

Part of my HTML elements are not being displayed, if I access the webapp from iPhone

I am a beginner and I am writing a webapp with React JS. For a certain part of my app, I need to dynamically create s and I came up with this snippet: <div className="flex flex-col items-...
Alex's user avatar
  • 1
0 votes
0 answers
7 views

Camera not working if used in homescreen app IOS

I want to scan a QR code from my website and i'm using the html5-qrcode js library. It is working properly from safari or whatever browser I use it in. It asks for permissions, then makes you select ...
Synapsis's user avatar
  • 961
0 votes
1 answer
39 views

Pure Spring Security user authentication doesn't work

I have a very simple pure Spring web application with a login page (and it shouldn't use SpringBoot). I would like to authenticate the user and after that the user could go forward to its appropriate ...
DoWhileFor's user avatar
0 votes
0 answers
22 views

Sevlets with @WebServlet annotation in JAR files not accessible (wildfly 26.1.3.Final)

I have a project where I need to include some servlets. For some reasons the customer wants a JAR file not a WAR file. After a few days research I was unable to find a solution to make wildfly's ...
Riva86's user avatar
  • 11
0 votes
0 answers
34 views

I can't display the camera image in Telegram Web App. Everything is displayed correctly in the browser

Has anyone opened the user's camera in webapp? I'm trying to access the user's camera. Everything works in the browser, but through webapp it doesn't, it just doesn't see the camera, although I ...
pshpth_ sht's user avatar
0 votes
0 answers
26 views

AppScript WebApp File Upload Error: "Cannot read properties of undefined (reading 'getFoldersByName')"

I'm developing an Apps Script WebApp that includes an upload function. This function should allow users to upload a file from their machine to Google Drive and allocate it to a specific folder based ...
Eduardo Bertrand's user avatar
0 votes
0 answers
22 views

dont work the Google Apps script redirection and data comparison from google sheets

I created a site in Google Sites, which is: https://sites.google.com/view/appuntiig/home, when you open it at the register button I connected a Google Forms file which does the registration and sends ...
Manpreet Singh's user avatar
0 votes
0 answers
9 views

Dynamic Webproject HTTP Status 404- Not Found [duplicate]

enter image description hereThis is my code package com.Servlet; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; ...
Balakumar's user avatar
0 votes
1 answer
47 views

Deploy docker compose to Azure

I have a project with an mvc app connected to another api app that is responsible for retrieving the data. I have created a ci cd to build and push the images to Azure Container registry and it is ...
Patrick's user avatar
-1 votes
0 answers
15 views

How to communicate between a web application in a browser (e.g. FF) with a Windows application?

We have a large web application that runs in any modern browser. For specific functionality (which cannot be done in a browser), it would be useful to have a native Windows application complementing ...
Westpol's user avatar
  • 59
0 votes
0 answers
21 views

Postgresql DB in Next.js WebApp ~ Requests take too much time

I'm currently trying to make a webapp using Vercel's postgresql data storage. However when I'm fetching my database since my backend the request takes too much time. When I use the vercel tools in the ...
iesnihS's user avatar
  • 13
-4 votes
0 answers
31 views

Artificial İntelligence into a mobile app and website [closed]

I have artificial intelligence project codes. I want to turn this into a mobile application and website I'm working on an artificial intelligence translation project. How can I turn my artificial ...
Kazım's user avatar
  • 1
0 votes
0 answers
65 views

Spring security authorization not working

I created a pure Spring web application for learning purposes. It uses a simple database, where there are two roles: "Admin" and "User". It has a /login part where I can log in. ...
DoWhileFor's user avatar
0 votes
1 answer
41 views

apps script checkbox selections only sending 1st selection to google sheet?

I’m having an issue with my Google Apps Script for handling form submissions that include multiple checkbox selections (parcel ID). Specifically, I need to process all selected checkboxes and send ...
Kolev_I_N's user avatar
  • 127
0 votes
0 answers
41 views

Server-side events (SSE) when using flask via google webapp

I have hnuted an answer on this and closest I have come to my issue is this old and unanswered post here: python flask + Server Sent Events(SSE) in Google App Engine(GAE) I have a web app built in ...
NRD's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
1500