You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to deploy the frontend on firebase, but when I try to use the features of the app (like creating a campaign) it gives the error below (404 Not Found):
Does anyone know what it could be and how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, i got the same issue, it is my second time, at first i tought it was like a "demo", so i kill it and rebuild the whole project. same error, even if i do a ng serve it stuck like that.
Your error seems to be happening for a different reason of mine. But I have no clue on how to solve either one. I have rebuilt this 5 times and I also reset my Google Shell environment, but it did not work.
Hi @arturleega looks like your error may be due to not having the backend deployed properly?
and @krazyesko your error also looks similar, there's no backend deployed?
Two things
there's no expectation that this will run via cloud shell hosting, you'll have to deploy it to firebase or another similar hosting solution; and there should be a running backend for the campaign creation to take place
the campaign creation will require a Google Drive folder be configured, otherwise even if the campaign is generated via the backend API, it won't be able to store (and show) the created campaign brief
I was able to deploy the frontend on firebase, but when I try to use the features of the app (like creating a campaign) it gives the error below (404 Not Found):
Does anyone know what it could be and how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: