Dreaded 'Something Went Wrong' error - Brand new Install

Brande new UI Bakery On-Premise install. Followed the instructions by using the curl method running the install script. (did nothing manually).

I then updated the UI_BAKERY_APP_SERVER_NAME=http://YOUR_DOMAIN_OR_IP:3030 in the .env file to be the IP of the Host running docker.

I get to the page to setup a username and password ( /auth/register) and it always gives the ‘Something Went Wrong’ error.

I’ve verified all the containers are running. I’ve checked the ports with docker to make sure the correct ports are published on the UI Bakery bridge network. I’ve verified the UI Bakery docker network isn’t in conflicting space. I’ve tried the app_server_name as localhost and with the IP, and I get the same results.

I looked at the logs of the bakery-back container per the instructions. Nothing of value. I see tomcat starting, and then it doesn’t log any errors.

I’ve used UI Bakery on Docker for Windows before to test. Now that we are ready to pay for a license, we’ve deployed it to a base linux host. Cloud won’t work as we’re accessing local data sources.

Looking for any assistance. We’re not running a proxy of any sort as some of the suggestions have offered.

Greg

Hi @gbmichael28

Could you please confirm the following:

  • Did you include the protocol in the variable (http:// or https://)?

  • Did you recreate/restart the containers after changing the variable?

  • What error do you see in the browser console?