6

I'm doing a firebase deploy, but my local file does not match my served file. I have quadrupal checked the file that's in the deployed directory, I've disabled cache, I've hard reloaded, I've navigated directly to the file, I've made additional changes to the file, I've deployed from my local dev machine and from a clean CI server.

I navigate to http://localhost:3000/views/tasks.html and see one html result and then to https://[my-firebase-url]/views/tasks.html and see an older html result for the same file.

I've done firebase deploy --debug and everything is reported as successful and the file count is correct. Is there any additional information I can find out myself? Is there a way to look at the build that's uploaded to firebase mentioned in the debug file?

This has worked every time I've ever done it until now with the same project and file structure. Any way to troubleshoot this would be awesome. Thanks!

5
  • I started getting Error: authentication error messages intermittently after posting this. Maybe firebase is just having an issue. Commented Mar 21, 2017 at 2:51
  • 1
    It indeed looks like there were issues with Firebase Hosting deploys earlier today. They've been resolved since. In general when you have such problems, check the Firebase status dashboard for the latest information. Commented Mar 21, 2017 at 3:33
  • Nice, if you want to add this as an answer, I'd be happy to accept it as a way to further troubleshoot. Commented Mar 21, 2017 at 20:03
  • It won't help anyone in the future, so I'd rather close this question (which is what I voted for). Commented Mar 21, 2017 at 20:26
  • It does provide an additional step to troubleshoot, which was my question. <shrug> Commented Apr 11, 2017 at 14:22

3 Answers 3

2

in my case I forgot to build(ng build --prod) the modified project to update the dist folder, which is uploaded on firebase server when deploy

Sign up to request clarification or add additional context in comments.

1 Comment

Such a small thing, such a massive headache! Thanks!
1

As the comment by Frank van Puffelencheck mentioned, checking the Firebase status dashboard for the latest information is an additional step to take. If I had done that, I would have seen that the firebase deploy service was having issues at the time.

Comments

-1

The issue for me was that I did not save the file. As i was working with bracket and seeing the modification, I forgot it.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.