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

Not being able to see the app running #69

Open
arturleega opened this issue Jun 26, 2024 · 1 comment
Open

Not being able to see the app running #69

arturleega opened this issue Jun 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@arturleega
Copy link

arturleega commented Jun 26, 2024

I did everything written in this README.md, but all I can see when I enter the URL is the following:

image

What should I do next?

Thank you.

@arturleega arturleega changed the title No being able to see the app running Not being able to see the app running Jun 26, 2024
@bijucyborg
Copy link

the files havent been copied. Find the firebase.json and modify public directory to reflect the relative path of the browser folder

{ "hosting": { "public": "dist/frontend/browser", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } }

Once that is done run the command
firebase deploy --only hosting
You should see the message that 40 files have been transferred.

@chmstimoteo chmstimoteo added the documentation Improvements or additions to documentation label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants