polkascan / explorer

Polkascan Substrate Explorer
GNU General Public License v3.0
42 stars 44 forks source link

Some issues #24

Open SWS-5007 opened 1 year ago

SWS-5007 commented 1 year ago

Hi, How are you? Till now, I have solved many issues by your helps (@arjanz , @wouterter , @matthijsb). First, Thank so much for your helps.

Now, I am running this entire explorer on my own AWS Ubuntu Server. Then, I am getting some warnings including SQL Database server yet.

Please check warning logs below carefully, and let me know how can I solve this problem kindly.

image

image

Please help me as soon as possible. Best.

SWS-5007 commented 1 year ago

And One More. As you can see, I am running explorer with docker-compose up --build command, but I can't see UI on my server, https://3.72.123.254:8080/ What is wrong?

SWS-5007 commented 1 year ago

And please let me know Which MySQL Version is used in this explorer-api?

matthijsb commented 1 year ago

Hi, How are you? Till now, I have solved many issues by your helps (@arjanz , @wouterter , @matthijsb). First, Thank so much for your helps.

Now, I am running this entire explorer on my own AWS Ubuntu Server. Then, I am getting some warnings including SQL Database server yet.

Please check warning logs below carefully, and let me know how can I solve this problem kindly.

image

image

Please help me as soon as possible. Best.

The first error is due to an incompatibility with your mysql server version, we use the default mysql docker file, which as of now is MySQL Server 8.0.32-1.el8

The second error is due to the first error, which could not create some tables.

SWS-5007 commented 1 year ago

Hi, Which docker config file can I find that MySQL Version Environment?

And also, so, What should I do to fix these two errors? Please let me know the solutions.