96 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
95
views
Problems starting MySQL on GitPod
I'm trying out GitPod to practice with Laravel, but I'm having a problem: every time I launch the workspace, I have to install MySQL, create the database, and import it. I've already created the ....
0
votes
2
answers
1k
views
Git: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
git push origin main:main
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up ...
0
votes
1
answer
544
views
DevPod desktop (macOS)... `fatal error retrieving container status: find dev container: docker ps: exec: "docker": executable file not found in $PATH`
PROBLEM
Pullin’ me hair out. DevPod desktop on macOS 15.1 won’t fire up. I'm getting this error...
fatal error retrieving container status: find dev container: docker ps: exec: "docker": ...
0
votes
1
answer
84
views
Error: headless task failed: exit status 1 : gitpod
getting error while building a gitpod workspace, while I also tried with pip prior to pip3. getting same issue.
.gitpod.dockerfile
FROM gitpod/workspace-full
RUN pyenv install 3.10.7 \
&& ...
1
vote
0
answers
99
views
Gitpod Configuration for running playwright with .net in a workspace
Following error message for every test.
Error Message:
System.ArgumentException : Invalid browser name from 'BROWSER' environment variable.
Supported browsers: 'chromium', 'firefox', and 'webkit'
...
1
vote
0
answers
88
views
Connect mongodb container running in Gitpod to local GUI Compass
I'm trying to connect mongodb in my gitpod workspace to mongodb compass but failing miserably. I installed mongodb via docker-compose, and the shell is working perfectly inside gitpod terminal. I just ...
0
votes
1
answer
140
views
CORS "No Access Control Allow Origin Header" Present on requested resource Django/React/Gitpod
I am in the process of working on a project with a React frontend, a Django backend, developing in gitpod. I believe that gitpod may be complicating this more than I'd expect.
Currently, I can ...
0
votes
1
answer
184
views
Spring Boot and OIDC login with Gitpod
I'm trying to get a Spring Boot app running on Gitpod that I can log in to with OpenID Connect (OIDC). I'm using @oktadev/auth0-spring-boot-passkeys-demo from GitHub. Everything works fine when I run ...
3
votes
0
answers
300
views
JetBrains IntelliJ Gateway always download a new client when run Gitpod workspace
I use Gitpod for remote development environments on my Macbook M1.
Why does the JetBrains gateway always download the JetBrainsClient every time I run a workspace after a few hours?
Here is the ...
2
votes
1
answer
136
views
Xdebug 3 on GitPod with Apache
I am trying to get Xdebug 3 to run on GitPod with Apache. Installation works well, also "Launch on currently open script".
The challenge is to connect Xdebug to the debug client. That seems ...
0
votes
1
answer
233
views
How-to: Simple GitPod Environment for Php and Wordpress
Simple: I want to use an online environment to work on some simple PhP coding. Such that I can work from anywhere with my work computers (no admin rights) and maybe even with an iPad.
I though it ...
0
votes
1
answer
122
views
Discord OAuth2 login not working on Gitpod port
I'm sorry for any lack of supporting code, I'm not sure what is needed to show for this question.
On my Django project I set up OAuth2 authentication for Discord and it has been working fine up until ...
0
votes
2
answers
316
views
How do we fix the inability to run test cases in Gitpod?
I am unable to test my code in Gitpod.
The flask icon in the bottom left is not appearing; and, I'm unable to run test cases.
How may I correct this?
I tried disabling any possible extensions to be ...
0
votes
1
answer
761
views
Invalid host header using gitpod
running a ionic angular code using gitpod.io is shows compile successfully message in terminal but the browser shows Invalid host header, error how to resolve this?
I'm trying to resolve this error ...
0
votes
1
answer
90
views
Kafka Broker on Gitpod
I've setup a very basic kafka broker on gitpod.
I would now like to access it from a python notebook using kafka-python
producer = KafkaProducer(bootstrap_servers=['localhost:9092'])
I must replace ...