Novu on GCP - Cloud Run
I am launching the deployment on GCP using the Cloud run service, at some point the build fails, in the image are the logs
14 Replies
Thanks i resolved with CE
As per my understanding here CE means compute engine on GCP?
Yes, exactly. I have another question, I am trying to upload the logo but I get this message, it seems the request is blocked. I have configured my environment variables to use Google Cloud storage by setting GCS_BUCKET_NAME=
GCS_DOMAIN=
GCP_SECRETY_ACCESS_KEY=
GCS_REGION=
And set STORAGE_SERVICE=GCS
is your bucket have enough access policies attached?
Can you try by making bucket public for testing purpose?
I can try to make it totally public
@dave93., you just advanced to level 1!
I see from the query that it is trying to access AWS storage X-Amz-Credential=test
Hi @dave93.
STORAGE_SERVICE
variable is missing here in this example file
using which you might have created new .env
file
https://github.com/novuhq/novu/blob/next/docker/.env.example@Pawan Jain Yes, I added the env variable STORAGE_SERVICE after seeing the commit on Github referring to the use of Google cloud storage
Did it work for you?
At the moment, not yet, but something quite strange happened. Yesterday I logged back into the MongoDB database and saw that my collections were no longer there.
@Pawan Jain I am trying to understand why all the records were deleted. Have you ever had similar cases?
Not sure, Need to check
few users also reported about data reset
https://discord.com/channels/895029566685462578/1110873001907470416
@dave93 @Pawan Jain help me with sample connection string for GCS_DOMAIN or document you followed to create GCS Domain.
@Madesh, you just advanced to level 1!