memgraph / memgraph-platform

Memgraph Platform is a multi-container application containing Memgraph+MAGE and Memgraph Lab.
Apache License 2.0
21 stars 1 forks source link

Invalid load template dataset button #57

Open Jangbao opened 1 year ago

Jangbao commented 1 year ago

My running version of memgraph is memgraph/memgraph-platform:2.7.0-memgraph2.7.0-lab2.5.0-mage1.7.0. When I try to import Template Dataset and click the Load Dataset button, nothing happens.

image

I retried multiple versions and finally this works fine when using memgraph/memgraph-platform:2.6.4-memgraph2.5.1-lab2.4.0 version.

katarinasupe commented 1 year ago

Hi @Jangbao. Thank you for reporting the issue, but I am having trouble reproducing it. Everything works fine for me for memgraph/memgraph-platform:2.7.0-memgraph2.7.0-lab2.5.0-mage1.7.0. It works for the latest version too. Any more specifics about your setup? Which browser and OS are you using?

Jangbao commented 1 year ago

Hi, thank you very much for your reply. I just reproduced this error and it seems to be a browser related issue. When I access it with chrome, everything works fine. When I use my commonly used dual-core browser (http://chrome.xuanheng03.cn/, version 5.1.6.6), there will be a problem that the click button does not respond. Anyway, this problem might not be a big deal, thanks for your reply.

In addition, I recently tried to compile and modify the source code of memgraph. I found a document about memgraph (https://memgraph.notion.site/Memgraph-Internals-12b69132d67a417898972927d6870bd2), which does not seem to provide too much information about storage or query operator details. Do you have more detailed development documentation about memgraph? I would be very grateful if you could provide it.

Regards, Jangbao

jangbao2022

@. | ---- Replied Message ---- | From | Katarina @.> | | Date | 6/6/2023 19:52 | | To | @.> | | Cc | Jangbao @.> , @.***> | | Subject | Re: [memgraph/memgraph-platform] Invalid load template dataset button (Issue #57) |

Hi @Jangbao. Thank you for reporting the issue, but I am having trouble reproducing it. Everything works fine for me for memgraph/memgraph-platform:2.7.0-memgraph2.7.0-lab2.5.0-mage1.7.0. It works for the latest version too. Any more specifics about your setup? Which browser and OS are you using?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

katarinasupe commented 1 year ago

Hi @Jangbao, can you tell me where exactly you are stuck with the compilation?

Jangbao commented 1 year ago

Hello, the memgraph I chose to compile is version v2.5.1, which has been compiled successfully, and the database can be accessed using the corresponding version of mgconsole.

I am currently encountering two problems, 1) I use this successfully compiled program to lose data after restarting, it seems to lose the ability to persist. 2) The source code of memgraph is very complicated. I try to understand the source code but it is very difficult. Are there more reference documents about memgraph implementation? I would be grateful if you could provide it!

Regards, Jangbao

jangbao2022

@. | ---- Replied Message ---- | From | Katarina @.> | | Date | 6/6/2023 21:01 | | To | @.> | | Cc | Jangbao @.> , @.***> | | Subject | Re: [memgraph/memgraph-platform] Invalid load template dataset button (Issue #57) |

Hi @Jangbao, can you tell me where exactly you are stuck with the compilation?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

katarinasupe commented 11 months ago

Hi @Jangbao, not sure how I missed this issue. So sorry to see you were experiencing these issues and if you're still running Memgraph, can you try running the latest version and reproducing the reported errors?

1) Please check the default data directory path /var/lib/memgraph to see if your data is properly stored. If it's not, I recommend raising log level to TRACE and check logs to see what's happening on startup. (SET DATABASE SETTING "log.level" TO "TRACE";)

2) What exactly interests you regarding source code? Memgraph internals document is available, and recently we also released a new version of our documentation where you might find more information on this. Our blog also has many useful resources written by our engineers, such as: