Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: '/' doesn't work after create some new group #108

Closed
cosmic-flood opened this issue Aug 5, 2022 · 4 comments
Closed

[bug]: '/' doesn't work after create some new group #108

cosmic-flood opened this issue Aug 5, 2022 · 4 comments
Assignees
Labels

Comments

@cosmic-flood
Copy link

Describe the bug

'/' doesn't work after create some new group

To Reproduce

  1. 添加 "NODE_ENV=development" 至 env.local
  2. 在本地运行环境
  3. 添加一个新的Group,/ 为 Code块
  4. 添加一个新的Group,/ 为看板,在看板中添加几个todo
  5. 添加新组,/ 没有任何像第3、4步的选择出来了

可第二张截图,即使我打了 / 但并没有出选择group类型的那个面板

我是windows 11, edge浏览器,跑在localhost:4200

Screenshots

image

image

Expected behavior

No response

Platform

Windows11

Browser

Edge

Additional context

No response

@aarhusgregersen
Copy link

Heya. I would like to take a look at this, but looking over the steps to reproduce I find it hard to figure out exactly what to do.

There's a lot of non-standard english characters that confuses me and makes it unclear what each step suggests.
Would it be possible to clean that up?

Also I notice you are referencing a env.local file, which I don't have (just installed fresh repo). I just have a .env which contains the NODE_ENV variable you mention, and I have a .env.local-dev. Neither matches the filename you mention. Are you referring to the .env file?

@darkskygit
Copy link
Member

darkskygit commented Aug 7, 2022

Also I notice you are referencing a env.local file, which I don't have (just installed fresh repo). I just have a .env which contains the NODE_ENV variable you mention, and I have a .env.local-dev. Neither matches the filename you mention. Are you referring to the .env file?

.env.local is a file created by you, it will not be included in version management

@cosmic-flood
Copy link
Author

Heya. I would like to take a look at this, but looking over the steps to reproduce I find it hard to figure out exactly what to do.

There's a lot of non-standard english characters that confuses me and makes it unclear what each step suggests. Would it be possible to clean that up?

Also I notice you are referencing a env.local file, which I don't have (just installed fresh repo). I just have a .env which contains the NODE_ENV variable you mention, and I have a .env.local-dev. Neither matches the filename you mention. Are you referring to the .env file?

I just follow this link "https://affine.gitbook.io/affine/basic-documentation/contribute-to-affine/quick-start" to run application in localhost.

My steps:

  1. add "NODE_ENV=development" into file env.local (this file existed in main branch)
  2. run application in localhost by following the tutorial link above
  3. add new group, and a code block in this group
  4. add a new group and a kanban inside
  5. add new group, and also create a block with '/'. but nothing happend

@alt1o alt1o added this to the 0.0.1-alpha.0.4.1 milestone Aug 9, 2022
@Austaras
Copy link
Contributor

fixed in #171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants