UI - Remove delete button from status pages
Similar to monitor details page, delete button shoud be moved from status page to the config page
@ajhollid Is this issue still open. can you assign it to me?
@HYDRO2070 go ahead please. Make sure you read the Contributing section first.
@HYDRO2070 hello - what is the latest status here? Should be pretty quick to get this done I assume - can you complete by EoD tomorrow?
@HYDRO2070 hello - what is the latest status here? Should be pretty quick to get this done I assume - can you complete by EoD tomorrow?
will have it done by EoD tomorrow.
Great!
I'm trying to set up the frontend, but it's throwing an error saying the server isn't working properly. I also tried setting up the backend, but it's giving a Redis installation error. I'm not able to get it running properly—could you guide me on how to resolve this?
What is the error? If you can paste here we can help.
throw new Error("Failed to connect to Redis"); ^
Error: Failed to connect to Redis
at Object.retryStrategy (file:///C:/Users/Prompt/Desktop/Open%20Source/Checkmate/server/service/redisService.js:24:12)
at Socket.
Redis is apparently not running, are there any logs there?
Nope. I am only seeing that redis connection failed. Do I have to run it using docker?
Yes. Did you go over the installation documents?
@HYDRO2070, please let us know if you still go over any issue in installation.
@Br0wnHammer @gorkem-bwl Firstly it said to navigate to server/docker/dev in Docs (Navigate to the docker/dev directory in step 3 of Quickstart for developers (Windows)). but the server folder don't have any docker folder. and after I traverse to docker folder which is at the root folder and run this command
docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker run -d -p 27017:27017 -v $PWD/mongo/data:/data/db --name uptime_database_mongo uptime_database_mongo
it's showing this error
C:\Users\Prompt\Desktop\Open Source\Checkmate\docker\dev>docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker: Error response from daemon: create $PWD/redis/data: "$PWD/redis/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.
Now what should I Do?
@Br0wnHammer @gorkem-bwl Firstly it said to navigate to server/docker/dev in Docs (Navigate to the docker/dev directory in step 3 of Quickstart for developers (Windows)). but the server folder don't have any docker folder. and after I traverse to docker folder which is at the root folder and run this command
docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker run -d -p 27017:27017 -v $PWD/mongo/data:/data/db --name uptime_database_mongo uptime_database_mongo
it's showing this error
C:\Users\Prompt\Desktop\Open Source\Checkmate\docker\dev>docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker: Error response from daemon: create $PWD/redis/data: "$PWD/redis/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.
Now what should I Do?
Did you build the docker images? As stated in step 3? Ah, forgot I had server/docker as the path. It should be docker/dev where we need to run the docker commands
Yes. I have build the docker image using these command
docker build -f ./docker/dev/mongoDB.Dockerfile -t uptime_database_mongo . docker build -f ./docker/dev/redis.Dockerfile -t uptime_redis .
@Br0wnHammer @gorkem-bwl What should I do?
(Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying
Server Connection Error
We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.
(Edit) Now its Working. Setup Done.
@Br0wnHammer @gorkem-bwl What should I do?
(Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying
Server Connection Error
We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.
(Edit) Now its Working. Setup Done.
Glad to hear it's working. Can you give an ETA for the PR ?
@Br0wnHammer @gorkem-bwl What should I do? (Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying
Server Connection Error
We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.
(Edit) Now its Working. Setup Done.
Glad to hear it's working. Can you give an ETA for the PR ?
EOD
Great, look forward to it!
@gorkem-bwl I've created the PR for moving the Delete button to the Configure page as per the task. Please review it and let me know if anything needs to be changed. Thanks!
@gorkem-bwl is this issue still active?
Just wanted to check the progress here @sonvir249 - let me know! :)
@sonvir249 , please let me know what is the progress on this. Else the team can pick it up internally, looks like we are pushing this even though its not a big change.
@gorkem-bwl @Owaiseimdad I was occupied with urgent office so did not get a chance to work on it. Apologies for the delayed response. Considering my current workload, I am not be able to work on it, please ask your internal team to pick this issue. Thanks.
Hey @sonvir249 ,
No problem, we'll get on it. Thanks for your interest in the project!
is this issue still open?
is this issue still open?
This is already assigned.