Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. OpenWebUI
  3. OIDC Error with Openwebui Latest Update 0.6.11

OIDC Error with Openwebui Latest Update 0.6.11

Scheduled Pinned Locked Moved OpenWebUI
31 Posts 6 Posters 448 Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jamesJ james

    Just did a fresh installation of the Open Web UI Cloudron app with the latest version.
    When viewing the mentioned section I can see a correctly configured WebUI URL.

    image.png

    @firmansi please restart the app once.
    After that, go into the web terminal of the app and run the following commands and provide the output here.

    echo $CLOUDRON_OIDC_ISSUER
    

    and

    echo $CLOUDRON_APP_ORIGIN
    

    Also, please check your /app/data/env.sh file and provide the content of that file with redacted credentials.

    firmansiF Online
    firmansiF Online
    firmansi
    wrote last edited by
    #4

    @james when I did the echo command, all is normal, I mean it goes to my normal domain, as I said that I have changed the setting in Admin Panel OpenWebui
    Here is the env configuration

    # See https://docs.openwebui.com/getting-started/advanced-topics/env-configuration/ for more options
    # Change this to false to disable local ollama and use your own
    export LOCAL_OLLAMA_ENABLED=false
    
    export DEFAULT_USER_ROLE="user"
    
    
    export STATIC_DIR="/app/data/image_static"
    
    # When using remote ollama, change this to the ollama's base url
    # export OLLAMA_BASE_URL="https://<remote-ollama>"
    
    # When local ollama is enabled, this is location for the downloaded models.
    # If the path is under /app/data, models will be backed up. Note that models
    # can be very large. To skip backup of models, move the models to a volume (https://docs.cloudron.io/volumes/)
    # export OLLAMA_MODELS=/app/data/ollama-home/models
    
    
    
    1 Reply Last reply
    1
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by
      #5

      Thanks, @firmansi
      I've already found the issue and an app update is imminent.

      firmansiF 1 Reply Last reply
      2
      • jamesJ james

        Thanks, @firmansi
        I've already found the issue and an app update is imminent.

        firmansiF Online
        firmansiF Online
        firmansi
        wrote last edited by
        #6

        @james After recent patch to latest update 0.6.11 I got another issue now the OpenwebUI is unable to start with error message as follow

        "May 28 21:24:23 => Healtheck error: Error: connect EHOSTUNREACH 172.18.20.162:8080"

        Please advise what should I do ?

        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote last edited by
          #7

          If you restart the app, what other errors during startup do you see in the logs?

          firmansiF 1 Reply Last reply
          0
          • nebulonN nebulon

            If you restart the app, what other errors during startup do you see in the logs?

            firmansiF Online
            firmansiF Online
            firmansi
            wrote last edited by
            #8

            @nebulon Same message as mentioned, I have restarted 4x including restart the server

            1 Reply Last reply
            0
            • J Offline
              J Offline
              joseph
              Staff
              wrote last edited by
              #9

              There are probably more messages in the logs. Healthcheck error does not come from the app itself. If you keep log window open and restart the app, you should see a better error message.

              firmansiF 3 Replies Last reply
              0
              • J joseph

                There are probably more messages in the logs. Healthcheck error does not come from the app itself. If you keep log window open and restart the app, you should see a better error message.

                firmansiF Online
                firmansiF Online
                firmansi
                wrote last edited by
                #10

                @joseph here the other message on top of the message i've shown you

                May 28 22:26:40 box:shell services /usr/bin/sudo -S /home/yellowtent/box/src/scripts/mkdirvolume.sh /home/yellowtent/appsdata/1b891327-e698-4363-999c-312b7cb534f3/data
                May 28 22:26:40 box:services Setting up postgresql
                May 28 22:26:40 box:services setupAddons: setting up addon postgresql with options {}
                May 28 22:26:40 box:services Setting postgresql addon config to [{"name":"CLOUDRON_POSTGRESQL_URL","value":"postgres://user1b891327e6984363999c312b7cb534f3:ee56905ff986b695a223cebd85f4cf14d853a209a4b9d52deba2115c24aec9ae04ca7c6d9642397edbfbf8a155f4d174823bd57efbfe2853a1cc908d0e31ec29@postgresql/db1b891327e6984363999c312b7cb534f3"},{"name":"CLOUDRON_POSTGRESQL_USERNAME","value":"user1b891327e6984363999c312b7cb534f3"},{"name":"CLOUDRON_POSTGRESQL_PASSWORD","value":"ee56905ff986b695a223cebd85f4cf14d853a209a4b9d52deba2115c24aec9ae04ca7c6d9642397edbfbf8a155f4d174823bd57efbfe2853a1cc908d0e31ec29"},{"name":"CLOUDRON_POSTGRESQL_HOST","value":"postgresql"},{"name":"CLOUDRON_POSTGRESQL_PORT","value":"5432"},{"name":"CLOUDRON_POSTGRESQL_DATABASE","value":"db1b891327e6984363999c312b7cb534f3"}]
                May 28 22:26:40 box:services Setting up OpenID connect
                May 28 22:26:40 box:services setupAddons: setting up addon oidc with options {"loginRedirectUri":"/oauth/oidc/callback"}
                May 28 22:26:40 box:tasks update 1335: {"percent":70,"message":"Creating container"}
                May 28 22:26:40 box:apptask createContainer: creating container
                May 28 22:27:23 box:shell apptask /usr/bin/sudo -S /home/yellowtent/box/src/scripts/configurelogrotate.sh add 1b891327-e698-4363-999c-312b7cb534f3 /tmp/1b891327-e698-4363-999c-312b7cb534f3.logrotate
                May 28 22:27:23 box:apptask startApp: starting container
                May 28 22:27:24 box:tasks update 1335: {"percent":90,"message":"Configuring reverse proxy"}
                May 28 22:27:24 box:tasks update 1335: {"percent":100,"message":"Done"}
                May 28 22:27:24 box:tasks setCompleted - 1335: {"result":null,"error":null}
                May 28 22:27:24 box:tasks update 1335: {"percent":100,"result":null,"error":null}
                May 28 22:27:24 box:taskworker Task took 536.239 seconds
                
                1 Reply Last reply
                0
                • J joseph

                  There are probably more messages in the logs. Healthcheck error does not come from the app itself. If you keep log window open and restart the app, you should see a better error message.

                  firmansiF Online
                  firmansiF Online
                  firmansi
                  wrote last edited by
                  #11

                  @joseph and the other log is

                  May 28 22:32:20 => Copying static files
                  May 28 22:32:20 => Ensure directories
                  May 28 22:32:21 => Enabling local ollama
                  May 28 22:32:21 => Loading configuration
                  May 28 22:32:21 => Setting permissions
                  May 28 22:32:21 ERROR: syntax error at or near "m"
                  May 28 22:32:21 LINE 1: ... }, { "title": [ "Explain options trading", "if I'm familiar...
                  May 28 22:32:21 ^
                  May 28 22:32:27 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:32:37 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:32:47 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:32:57 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:07 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:17 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:21 => Copying static files
                  May 28 22:33:21 => Ensure directories
                  May 28 22:33:22 => Enabling local ollama
                  May 28 22:33:22 => Loading configuration
                  May 28 22:33:22 => Setting permissions
                  May 28 22:33:22 ERROR: syntax error at or near "m"
                  May 28 22:33:22 LINE 1: ... }, { "title": [ "Explain options trading", "if I'm familiar...
                  May 28 22:33:22 ^
                  May 28 22:33:27 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:37 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:47 => Healtheck error: Error: Timeout of 7000ms exceeded
                  May 28 22:33:57 => Healtheck error: Error: Timeout of 7000ms exceeded
                  
                  1 Reply Last reply
                  0
                  • J joseph

                    There are probably more messages in the logs. Healthcheck error does not come from the app itself. If you keep log window open and restart the app, you should see a better error message.

                    firmansiF Online
                    firmansiF Online
                    firmansi
                    wrote last edited by
                    #12

                    @joseph I think I am gonna go back to release before this last patch, at least the service is still running eventhough need to enter the value in Administrator Panel with the domain name that runs the openwebui

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      ApplegateR
                      wrote last edited by
                      #13

                      I have same issues,

                      3 => Healtheck error: Error: connect EHOSTUNREACH 172.18.18.16:8080
                      May 28 09:24:03 => Ensure directories
                      May 28 09:24:03 => Copying static files
                      May 28 09:24:03 => Loading configuration
                      May 28 09:24:03 => Enabling local ollama
                      May 28 09:24:03 => Setting permissions
                      May 28 09:24:03 ERROR: syntax error at or near "ll"
                      May 28 09:24:03 LINE 1: ...ite a sentence for me to fill in the blank, and I'll try to ...

                      Richard Applegate
                      Anthem Coffee and Tea
                      Joe Coffee
                      IT/Administrator Server/Network

                      1 Reply Last reply
                      1
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote last edited by james
                        #14

                        Oh looks like the start.sh has some shell script escaping error. Not sure why our integration tests worked fine, but we have to investigate. I have revoked the last version for a start until this is resolved. Everyone who got updated already, please revert to the version prior the update.

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          ApplegateR
                          wrote last edited by
                          #15

                          Thank you 🙂

                          Richard Applegate
                          Anthem Coffee and Tea
                          Joe Coffee
                          IT/Administrator Server/Network

                          1 Reply Last reply
                          0
                          • jamesJ Offline
                            jamesJ Offline
                            james
                            Staff
                            wrote last edited by
                            #16

                            Hey @ApplegateR and @firmansi
                            Do either of you two still have the defective version installed?
                            If yes, please put the app in debug mode.
                            Open the web terminal and edit the /app/pkg/start.sh.
                            In line 2 make set -eu to set -eux and run the start script with:

                            /app/pkg/start.sh
                            

                            If it fails, please send the output.

                            A 1 Reply Last reply
                            0
                            • jamesJ Offline
                              jamesJ Offline
                              james
                              Staff
                              wrote last edited by
                              #17

                              I think I just understood the issue after pondering the error message.
                              Trying to reproduce it now.

                              1 Reply Last reply
                              0
                              • jamesJ Offline
                                jamesJ Offline
                                james
                                Staff
                                wrote last edited by
                                #18

                                Solution found, app might be updated soon and looking forward to get feedback.

                                firmansiF 2 Replies Last reply
                                2
                                • jamesJ james

                                  Hey @ApplegateR and @firmansi
                                  Do either of you two still have the defective version installed?
                                  If yes, please put the app in debug mode.
                                  Open the web terminal and edit the /app/pkg/start.sh.
                                  In line 2 make set -eu to set -eux and run the start script with:

                                  /app/pkg/start.sh
                                  

                                  If it fails, please send the output.

                                  A Offline
                                  A Offline
                                  ApplegateR
                                  wrote last edited by
                                  #19

                                  @James Hi, I restored to a previous backup version that is currently working. I will wait for the next update and let you know if it resolves the issue. 🙂

                                  Richard Applegate
                                  Anthem Coffee and Tea
                                  Joe Coffee
                                  IT/Administrator Server/Network

                                  1 Reply Last reply
                                  1
                                  • jamesJ james

                                    Solution found, app might be updated soon and looking forward to get feedback.

                                    firmansiF Online
                                    firmansiF Online
                                    firmansi
                                    wrote last edited by
                                    #20

                                    @james Cool, looking forward to this, I have reverted back to previous version so I can't test the changes to the two lines in script as you mentioned before

                                    1 Reply Last reply
                                    0
                                    • jamesJ james

                                      Solution found, app might be updated soon and looking forward to get feedback.

                                      firmansiF Online
                                      firmansiF Online
                                      firmansi
                                      wrote last edited by firmansi
                                      #21

                                      @james The latest version 0.6.12 is already released, hope the next update comes with the fix as the latest version of OpenWebUI comes with awesome feature additions

                                      1 Reply Last reply
                                      1
                                      • A Offline
                                        A Offline
                                        ApplegateR
                                        wrote last edited by
                                        #22

                                        Agree i like it and Feature is champs.

                                        Richard Applegate
                                        Anthem Coffee and Tea
                                        Joe Coffee
                                        IT/Administrator Server/Network

                                        1 Reply Last reply
                                        0
                                        • Package UpdatesP Package Updates

                                          [2.14.6]

                                          • Re-release with shell escaping fix to start.sh
                                          firmansiF Online
                                          firmansiF Online
                                          firmansi
                                          wrote last edited by firmansi
                                          #23

                                          @Package-Updates Recent update the OIDC redirection still has issue which points to localhost port 3000 instead of existing domain used for the OpenWebui instance. Eventhough the service start is already normal

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search