42,929
questions
-4
votes
0
answers
10
views
How do I make an agreement with the project manager for the application? [closed]
I want to create a website for a law firm that includes reports, accounting, case management, and HR functions.
Hello,
First, please excuse my lack of experience if my phrasing is unclear.
There is a ...
0
votes
0
answers
6
views
RewriteRule ^en/blooket-login/ jquery/external/blooket-login.php [NC,L]
The Rewrite rule is automatically creating in the htaccess file. even I have make the permission to 444, after sometime it changes to 777 automatically. I found some unwanted code pages in jquery/...
0
votes
0
answers
11
views
How do I keep persistent web socket connections with another API in my Django app?
I'm developing a Django application that requires a persistent WebSocket connection to continuously fetch live data from a crypto market API. I need to keep this WebSocket connection active throughout ...
0
votes
0
answers
18
views
google sign in pop up appears two times
when i click on in sign in it appears two time, first pop up give me log (handleCredentialResponse called) . and the second pop up do rest of the work really frusted with this bug.
<!-- Google ...
-1
votes
1
answer
13
views
A problem with WordPress that creates a white space for itself
As you can see in the pictures, in the editor mode, my single post template is full page, but when outputting, a series of white spaces are created around it. Does anyone have a solution? (It is Astra ...
0
votes
0
answers
33
views
Why is my Javascript Carousel Starting On the Wrong Slide?
I was building a carousel for my portfolio and for some reason it is starting on the wrong slide. I am using html, css, and javascript. Everything looks good in terms of the content, but for some ...
-2
votes
0
answers
33
views
Deployment of Web Project [closed]
I have made a frontend project on vite but while deploying it on vercel it is showing
Error: Command "npm run build" exited with 126
What should i do to proceed further. It has also been ...
1
vote
1
answer
167
views
Next.js 13 api request Error - TypeError: Cannot read properties of undefined (reading 'headers') at eval
Im trying to send request to route.ts at /api/register
from client component register.js
although the user is registered on database i keep getting thie error.
my route.ts function:
export async ...
0
votes
1
answer
401
views
How to overcome this issue when i run the command "npm install"
its shows this error:
up to date, audited 1464 packages in 8s
247 packages are looking for funding
run npm fund for details
6 high severity vulnerabilities
To address all issues (including breaking ...
1
vote
2
answers
44
views
problem in web scabing using BeautifulSoup
my problem is i can't catch the divs of class listing_LinkedListingCard__5SRvZ i use find_all however the result is empty list
the link :https://sa.aqar.fm/%D9%81%D9%84%D9%84-%D9%84%D9%84%D8%A8%D9%8A%...
0
votes
0
answers
151
views
Wireshark showed/captured http get image packet but socket won't receive it [duplicate]
I have a simple webserver and 1 simple index.html webpage with only 1 image element in it to send to the web client.
I have a Chrome web browser run on an Android Phone to get that webpage from that ...
0
votes
1
answer
85
views
Self Hosted website gets "request timed out" for ONLY one person
I have several self hosted webpages.
And one of them seems to have stopped working for a single person.
He is able to successfully connect and use one of the two webpages and not the other. Both of ...
0
votes
1
answer
32
views
Why navbar links are not appearing in the browser?
This is the code I have written in React for a Navbar...I have used React-Bootstrap
import React from "react";
import { Navbar, Nav, Container } from "react-bootstrap";
import { ...
0
votes
1
answer
913
views
Mamp/Apache not starting in Mac [duplicate]
I want to start my mamp but it keep saying Apache could not start as 8888 is in use by some other software while no other apps are open in my MacBook.
It was working fine for a good time and suddenly ...
0
votes
1
answer
374
views
Run server is VScode for python/django ecommerce a "type error" pops up?
So basically I'm trying to relearn python with this course where you make a ecommerce website using Django/Python. After adding in a Views and Urls.py the next step is to run is to hope that are three ...