Can't create a new project
See original GitHub issueHow to reproduce the behaviour
When I run Doccano and create a new project, the button “Create” doesn’t work and no project can be created. The button clicked, the firefox console shows the following error:
TypeError: this.$t is not a function
create http://192.168.99.100:8000/static/bundle/projects.js:8
click http://192.168.99.100:8000/static/bundle/projects.js:8
Ve http://192.168.99.100:8000/static/bundle/projects.js:14
n http://192.168.99.100:8000/static/bundle/projects.js:14
_wrapper http://192.168.99.100:8000/static/bundle/projects.js:14
Je http://192.168.99.100:8000/static/bundle/projects.js:14
Ke http://192.168.99.100:8000/static/bundle/projects.js:14
ze http://192.168.99.100:8000/static/bundle/projects.js:14
Ve http://192.168.99.100:8000/static/bundle/projects.js:14
n http://192.168.99.100:8000/static/bundle/projects.js:14
_wrapper http://192.168.99.100:8000/static/bundle/projects.js:14
I use win10 home, so Docker works on Docker Tool Box. I installed and launched Doccano by typing following command on 2020/09/30 11:00, then accessed http://192.168.99.100:8000.
> docker pull doccano/doccano
> docker run -d --rm --name doccano -e "ADMIN_USERNAME=admin" -e "ADMIN_EMAIL=admin@example.com" -e "ADMIN_PASSWORD=password" -p 8000:8000 doccano/doccano
I tried to change the browser, but nothing changed. Also, docker pull chakkiworks/doccano
reproduced the same situation.
Your Environment
- Operating System: Windows 10 home, version 1903
- Docker :19.03.1
- image “doccano/doccano” : created on “2020-09-29T06:40:21.924764145Z”
- Virtual Box: 6.1.10 r138449 (Qt5.6.2)
- Linux in Virtual Box: Boot2Docker 19.03.5
- Browser: Firefox 80.0.1 (64bit), Chrome 85.0.4183.121 Official Build(64bit)
- When you install doccano: 2020/09/30 11:00
- How did you install doccano (Heroku button etc): Docker pull doccano/doccano
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Can't create a new project - Adobe Support Community
I've just encountered the exact same problem. Clicked on "New Project", then, on the following screen, the "Create" button was grey... but I...
Read more >Solved: Unable to create a new project - Atlassian Community
Solved: I am unable to create a new project, I am admin of the account so it shouldn't be a permissions issue. This...
Read more >I cannot create new project - Visual Studio Feedback
I can open new project, create new file, but I just cannot create new project. Visual Studio for Macvisual studio for macprojectsolutionmacos 10.14....
Read more >Could not create new project in RStudio
The problem I will discuss here is creating a New Project. Steps Taken: Start RStudio; Click File -> New Project. the following error...
Read more >Cannot create a new project on Microsoft project online
It sounds like your application administrator has made changes to the security permissions in Project Online. I would recommend you show your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello guys. Sorry for the late reply. I worked hard on another project in two weeks.
I recommend you should use the docker-compose version.
By the way, I investigate the problem and found the cause. In #976, the file
app/server/static/components/projects.vue
was accidently edited. I rolled back the file and pushed the image in #1024. Now you are able to create a project.Regards,
@pjbull Solution worked for me. I pushed the image to Docker Hub so changing
doccano/doccano
tomarkuspoerschke/doccano:1.0.5
will temporarily fix the issue.https://hub.docker.com/layers/markuspoerschke/doccano/1.0.5/images/sha256-917ce1a61b7c508546d5700ff88e79e07b4542e5eb492d5ad85541070bfff8fa?context=repo