217 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
522
views
LM Studio 0.3.23 (MacOS) does not show option to start local server
Besides using CLI to start a local server in LM Studio, I used to use the respective tab in the LM Studio GUI. However, the GUI does not show any option to start the server anymore (even after ...
-1
votes
1
answer
142
views
Blank page after migrating WordPress to a local domain
I need some help.
I just migrated a WordPress webpage to a local server (running on ubuntu 24.04 in Vbox) for some testing. But when opening locally in browser it's blank - no error code, no ...
0
votes
0
answers
101
views
CharlesProxy can not inspect traffic from iOS to local server on mac?
I have watched this helpful video, how to inspect traffic from my phone to some remote server: https://www.youtube.com/watch?v=3kcCeXwZj7c. It seems pretty straight forward and it works. I reach ...
-1
votes
1
answer
191
views
trying to install frappe hrms in windows local server and havimg error in env
I m trying to set frappe hrms in windows local server git bash and i install frappe-bench using bash command but when i try to install hrms i have env error this is my error
ROHAN@Rohan MINGW64 /c/...
0
votes
1
answer
126
views
Azure SQL Server to on-premise (local) server database data-tier import error
I'm getting this error message whenever I import the .BACPAC data tier file that I exported from Azure SQL Server:
Could not import package.
Warning SQL72012: The object [database_name_Data] exists ...
1
vote
1
answer
92
views
I tried both ng serve and ionic serve commands, running my ionic Angular project, I am facing the error "ionic :The term 'ionic' is not recognised
I am trying to run my Angular Ionic project, I used both ng serve & ionic serve commands to run the project, still I am unable to run the project in my local server.
Angular & Angular CLI ...
0
votes
2
answers
77
views
Background Video Not Autoplaying
Not sure if this is an issue with the local server ember generates, or if it is just a normal thing local servers do, but currently I have a video that I play in the background of my page that does ...
0
votes
1
answer
1k
views
Traefik setup on docker returning gateway timeout
I am setting up a local Debian server with Docker and multiple containers/services. I am trying to point a subdomain to each container with Traefik, it doesn't work and I don't know where the problem ...
-1
votes
1
answer
123
views
404 javascript: local server would not see Index.html
I keep having issue with localhost:8000 not being able to "see" index.html file. I am using Deno on Mac and here are my html and javascript codes:
Javascript:
import { Application } from &...
1
vote
0
answers
1k
views
Expo dev-client on iOS simulator Mac cannot connect to development server
My two apps stopped connecting with metro overnight. Local IP address hasn’t changed.
When I run them with "npx expo start --dev-client" as I always do, they both sit on the splash screen with a ...
0
votes
1
answer
574
views
UDP socket in C - recvfrom() doesn't seem to read data from socket as intended
I've created an account just for this since I'm at my wits end here:
The goal is for the server to receive and read exactly 2 bytes from the message "Hello from client" - 1 byte at a time ...
0
votes
0
answers
52
views
There is a problem connecting my Android application to MySQL
I'm new to creating Android applications,I write code in Kotlin and I need your help.
I want to connect my Android application to my local server which is located on the MySQl computer. I already ...
0
votes
1
answer
103
views
Rewriting paths during S3 bucket to local syncing through AWS Command Line Interface
I regularly need to sync a WordPress uploads directory from a S3 bucket towards a dev/local server.
On the S3 bucket, the uploads have a /version/ intermediate folder on top of the standard:
/wp-...
0
votes
1
answer
1k
views
Joomla Error: Failed to start application: Failed to start the session
It seems that in the getApplication($id = null, array $config = array(), $prefix = 'J') function (libraries/src/Factory.php) the site id ($id in this case) is valid only once. If the check for !self::...
0
votes
1
answer
88
views
How to Expose local server to the web
Need helps ! I've retrieved the sensor data from my Raspberry pi via RestAPI , but it is running in a local server. I'd like to expose this to the web. I've tried NGROG, localTunnel but it's not ...