-
Notifications
You must be signed in to change notification settings - Fork 4
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
config.json not found while running npm start #3
Comments
Never mind, I think I had to copy the config.json I generated to the folder. |
I got both the frontend and backend code to run and also setup my own gcloud bucket. I see that the code tries to serve images/layers from a different gcloud bucket, and as that bucket is now unavailable, I can't see existing layers anymore. So, I tried to upload my own images, while the images are uploaded to my bucket, and I can see them when I access my gcloud console, the UI does not show the image as layer and all I see is "No layer selected. Click a layer's edit button to see layer parameters.". What am I missing here? |
How to generate the config? |
Hi, I was trying to run your codebase, while I have been able to set up the docker server, I'm having a bit of a trouble running the frontend. I followed the steps as instructed in the readme, but I'm running into this error:
Failed to resolve import "../config.json" from "src/components/CollageEditor.tsx". Does the file exist?
Is there anything I'm missing, how do I generate this config?
The text was updated successfully, but these errors were encountered: