-
Notifications
You must be signed in to change notification settings - Fork 58
Quick Start Frontend - Dependency throws an exception #28
Comments
@remidej / @markkaylor is there any reason why we need to keep this issue in this repo instead of transferring it to the proper one? |
UpdateSeems like the issue is only occurring in gatsby-blog starter as I tried another such gatsby-catalog and it runs without any error. Strapi version: v3.6.5 |
Transferring issue to the proper repo |
Having the same problem 😥 |
Also having the same problem. |
I haven't been able to reproduce yet but I did find this issue which might be helpful: gatsbyjs/gatsby#12552, and this one which links to two others gatsbyjs/gatsby#20377. The issues are a bit old but maybe there is something useful in there. Looks like it is related to traced svg which we use as a placeholder here:
I'm curious if by removing |
Any updates on this issue? |
As @markkaylor said, |
Bug report
Describe the bug
An [dependency] exception occurred when running the fresh installed Quick Start.
I followed the quick start guide from this link.
The backend endpoint (http://localhost:1337/admin/) runs without any issue; I can create an Admin account, Users, Articles, etc. The frontend however (http://localhost:8000/), the homepage was successfully loaded but if starts to scroll or click some article, the app crashes and the error says
Steps to reproduce the behavior
Install using the quick start sample
Command:
or
Manual run:
System
NodeJS version: v14.17.1
Npm version: 6.14.13
Yarn version: 1.22.10
OS: Windows 10/Ubuntu-20.04 WSL
my-project/frontend/package.json
(unmodified)Expected behavior
The quick-start frontend should run without any errors.
Screenshots
The text was updated successfully, but these errors were encountered: