Skip to main content

Questions tagged [web-development-server]

Use this tag for questions related to a Web-development Server, i.e. the backend/server side of a web application, when it comes to its development.

web-development-server
-3 votes
0 answers
12 views

Getting this error after i uploaded my web files on filezilla [closed]

Connected. File: /home/u727832680/domains/greenforestcu.com/public HTML/application/config/database.php Line: 73 I was expecting to get my website to be fully displayed but I keep getting this same ...
ADEWUMI MUYIWA's user avatar
-1 votes
0 answers
42 views

"Refused to load the script... because it violates the following Content Security Policy directive, when there is no violation?

Hello I am trying to inject a script within my application and seeing this error when it tries to load. Refused to load the script 'https://ts-demo02.ndep.ode.ent.nuance.com/chatskins/launch/...
user20066926's user avatar
0 votes
0 answers
18 views

Django caching causing blank screen on Brave browser

I have a new Django website and have just implemented the filesystem cache (django.core.cache.backends.filebased.FileBasedCache). This seems to work fine when I use a chrome browser to view the site, ...
The Huff's user avatar
  • 485
-2 votes
0 answers
26 views

How to run an exe file of a server through your website and get its Window on browser?

Is it possible to run an exe file on your server through your website to start to use it through your browser? If so, how? I saw some people run pc games in browsers. So I want to do something similar....
Somebody's user avatar
1 vote
0 answers
21 views

Focus on the search input field whenever showSearch state is true

I have a problem trying to focus on the input field whenever a state showSearch state is true. I am using useRef and useEffect to achieve this. So, whenever showSearch flag changes, i run useEffect ...
aavishkar gautam's user avatar
0 votes
1 answer
49 views

How to Run a Dash App Without Crashing During Edits?

I am new to dash and currently working to understand it. I have been able to get my first app up and running, but every time I edit it the server crashes due to a syntax error. I've worked with Flask ...
Jack Finnegan's user avatar
0 votes
0 answers
21 views

how to fix bad request error in platform.sh

im learning web deployment using platform.sh. i pushed my files to platform.sh by command "platform push" and then supposed to get my live url by commanding "platform url" i got ...
Kaniska Ranjan Barman's user avatar
0 votes
1 answer
48 views

i was installing typescript on my macos m2 pro ...and after i pasted command ...i got some errors what should i do

npm i typescript npm ERR! code EEXIST npm ERR! syscall mkdir npm ERR! path /Users/ketaki_2004./.npm/_cacache/content-v2/sha512/af/ce npm ERR! errno EEXIST npm ERR! Invalid response body while trying ...
2144-Ketaki Mahamuni's user avatar
1 vote
0 answers
76 views

Why is Local Override for Response Headers (e.g. Chrome Devtools) not applied to Pre-Fetch OPTIONS Response Headers?

Was trying to fix some of my local dev setup today and didn't want to fuss about with server configs just to make CORS work locally - so finally delved into just overriding headers when developing on ...
fyodor-the-ignorant's user avatar
-1 votes
1 answer
71 views

Fernet key must be 32 url-safe base64-encoded bytes error despite correct key length

I'm working on a Python project using aiohttp and aiohttp_session with EncryptedCookieStorage for session management. I'm generating a Fernet key in a batch script and passing it to my Python ...
bbartling's user avatar
  • 3,390
0 votes
0 answers
24 views

Nginx not reading assets and HTML files from subdirectories properly

The directory for my webpage is something like this: /var/www/domain.com/ | |--css/ | | | |--style.css | |--pages/ | | | |--index.html | |--page-1.html | |--page-2.html | |--scripts/ | | | |--...
Iselda Aiello's user avatar
0 votes
1 answer
19 views

I encountered an error when running the git push -u origin main command in the command line. The error message is:

I have just completed my React JS project and I wanted to host it on GitHub, but once I created the repo without adding a README file, in the command line while writing the git push -u origin main ...
Prashant kumar Singh's user avatar
0 votes
1 answer
20 views

Trying to fetch different data when and re-render the new data through a map function when a button is clicked

I am very new to react, and am trying to fetch data and map it onto the screen each time certain button is clicked: const fetchMessages = async (num) => { const response = await fetch([url] ...
Evan Tran's user avatar
0 votes
1 answer
148 views

Well I am trying to build a webapp using flutter and serverpod . but it throws me error of return imagecodecurl

I am using flutter and serverpod to build a webapp . And it has lot of images in it's ui . Everytime i run it throws me like error like this: C:/Users/AppData/Local/Pub/Cache/hosted/pub.dev/...
santhosh kumar's user avatar
0 votes
0 answers
91 views

Not able to select package manager while setting up turborepo project

enter image description here When I use npx create-turbo@latest it asks me what package manager I want to use then it shows me these four options but it says I don't have any of those installed. How ...
Abhishek kumar's user avatar

15 30 50 per page
1
2 3 4 5
101