Code Monkey home page Code Monkey logo

Comments (6)

github-actions avatar github-actions commented on August 11, 2024 1

We have found issues that are potential duplicates:

  • [#33999] [Bug]: 502 BAD Gateway is shown when running CADDY with Appsmith's staging server hosted at https://release.app.appsmith.com (95%)
    If any of the issues listed above are a duplicate, please consider closing this issue & upvoting the original one.
    Alternatively, if neither of the listed issues addresses your feature/bug, keep this issue open.

from appsmith.

akshayvijayjain avatar akshayvijayjain commented on August 11, 2024

This one is intermittent issue, it is existing for some users and not for others, we are not able to figure out the cause of the issue

@Nikhil-Nandagopal

Request you to direct it someone who can offer some insights and direction, so our team work can based on direction.

from appsmith.

AnkitaGupta111 avatar AnkitaGupta111 commented on August 11, 2024

Facing the same issue. Recorded a video for the same by following steps mentioned in description.

Screencast.2024-06-05.18.45.54.mp4

Also ran yarn start after nginx started

from appsmith.

akshayvijayjain avatar akshayvijayjain commented on August 11, 2024

@AnkitaGupta111 @Harshithazemoso @Nikhil-Nandagopal
I noticed logs mentioned nginx being used from docker.

so I installed nginx as a service using ubuntu's apt package manager. using steps in this link https://phoenixnap.com/kb/nginx-reverse-proxy#ftoc-heading-3

and was able to start the frontend with release backend.

I was facing 502 bad gateway also with local backend setup with using nginx from docker, now that is also running properly by using system nginx service.

sudo apt update
sudo apt install nginx
sudo systemctl start nginx
sudo systemctl enable nginx
sudo unlink /etc/nginx/sites-enabled/default

started frontend client using yarn start inside app/client folder
started nginx with following command sudo ./start-https.sh https://release.app.appsmith.com

killed other process on port 80 , when asked in the prompt by start-https.sh

from appsmith.

akshayvijayjain avatar akshayvijayjain commented on August 11, 2024

I had already logged in appsmith on app.appsmith.com with my email credentials,

when I entered those using my local frontend and release backend, it mentioned that credentials were wrong
when i went to reset password page, it showed screen, that I need to setup email service, to be able to receive reset password link https://docs.appsmith.com/getting-started/setup/instance-configuration/email#configure-email

so I logged in using google oauth, but then I am not able to logout
Screencast from 09-06-24 11:01:31 AM IST.webm

from appsmith.

akshayvijayjain avatar akshayvijayjain commented on August 11, 2024

As I was able to start with local nginx service, that means

  1. we have to update the nginx conf, so that it works for docker 's nginx
  2. we have to update the readme to mention that installing nginx service is pre-requisite

from appsmith.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.