Questions tagged [gitpod]

Gitpod launches ready-to-code dev environments from any GitHub page.

94 questions
0
votes
1 answer

I can not open a Preview for my software in gitpod

I am trying to make that flappybirdAI tutorial, but I can't control my work, as I can't get a preview from it. I am using this tutorial: https://www.youtube.com/watch?v=ps55secj7iU&list=PLzMcBGfZo4-lwGZWXz5Qgta_YNX3_vLS2&index=2 (this is also my…
0
votes
0 answers

My python code is working on gitpod however it prompt DoesNotExist in deployment

I'm new in heroku and I get error here need help. I've write python code in gitpod and runserver everything is working, when i deployed to heroku admin and login pages show DoesNotExist at /admin/login/, Site matching query does not exist. I've try…
0
votes
1 answer

Keycloak Gitpod Flask OIDC: oauth2client.client.FlowExchangeError: Invalid response: 301

I'm trying to implement Flask-OIDC and Keycloak in a Flask app run inside a Gitpod workspace. I'm running the application and the Keycloak server like this: ./keycloak-11.0.3/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0 & flask run…
5eb
  • 14,798
  • 5
  • 21
  • 65
0
votes
1 answer

Still get CORS error with Flask despite having set headers

I have a Flask app with the following: app = Flask(__name__) cors = CORS(app, resources={r"/api/*": {"origins": "*"}}) @app.after_request def add_headers(response): response.headers['Access-Control-Allow-Origin'] = '*' …
Cybernetic
  • 12,628
  • 16
  • 93
  • 132
0
votes
1 answer

Is self-hosted gitlab able to use gitpod?

I host gitlab on GKE, following https://github.com/terraform-google-modules/terraform-google-gke-gitlab. chart version gitlab-4.2.4 gitlab app version 13.2.4 Now, on gitlab page, I tried to use gitpod instead of default Web IDE. gitlab document…
Ryo
  • 485
  • 1
  • 8
  • 26
0
votes
0 answers

java.lang.UnsupportedOperationException: Unable to open DISPLAY

I am struggeling with a maven project in gitpod, where I am unable to display anything. This is part of the pom.xml file. I have copied everything from a tutorial, and it works for him but not for me.
0
votes
0 answers

How to access gitpod react-native locallink running on particular port?

I am trying to run a simple react-native project on gitpod.io.It work just fine as I wanted to import all library but after successfully running it provides QR CODE and localhost link where I can configure react-native bundle host(tunnel/LAN/local)…
sanjeet pal
  • 139
  • 2
  • 11
0
votes
1 answer

Why does webpack dev server not auto reload page on changes when started from gitpod terminal?

The project is https://github.com/easychessanimations/htmltest . I studied all the answers related to webpack dev server auto page reload. When I do npm run start locally, it auto builds / reloads page on source change, so the dev server config must…
0
votes
1 answer

With Gitpod, Heroku Postgres returning Error: FATAL: role ... does not exist

I have a Heroku app and it has a Heroku postgres addon attached. Im trying to connect to the remote heroku database from the Gitpod (online IDE) command line. heroku pg:psql -a my-heroku-app But its giving the following error: --> Connecting to…
dahamv
  • 31
  • 1
  • 1
  • 8
0
votes
1 answer

Can't fetch data on Gitpod

I'm currently an intern in a company and I'm trying to create an environment to be able to use their app that consumes too much power to run on my computer. I'm having a problem with my app running on meteor with mongodb. When I launch my app on…
Jggb
  • 3
  • 1
0
votes
1 answer

How to install an extension in gitpod?

When I try to drag and drop a .vsix file from my PC, it stats it as invalid. Is there any other way or am I going wrong at any step ?
user12985407
0
votes
0 answers

How do I convert Gitpod's Root url to https?

I'm using Gitpod for my laravel application. Although the frontend is working perfectly, I cannot save data to my mysql database(gives me 405 method error whenever I signup). I tried to investigate this issue and found out that Gitpod is using…
0
votes
1 answer

Socket Exceptions when trying to connect to MySql database from gitpod IDE (ubuntu server)

I'm working with the gitpod online IDE ( vs code in the browser with an ubuntu linux server behind it). I'm struggling with creating a Connection to my mysql database on an other linux (CentOS) server. I've set the Remote MySql hosts on the db…
0
votes
1 answer

Issue with php-fpm in gitpod

I'm trying to run php-fpm in gitpod.io. But when I run following command... service php7.1-fpm start ...Gitpod console return a permission error, I can't use sudo in gitpod console. What can i do to fix that issue. Error:> mkdir: cannot create…
0
votes
1 answer

No keyboard entries possible in gitpod.io terminal

I want to use gitpod.io as IDE. This works great with Firefox on Linux. But on my Android Tablet (Android 4.2.2) I am not able to write in the terminal window (tried Firefox and Chrome). Only the Enter-key is accepted. Writing into files is no…