nextjs-gcp-storage
nextjs-gcp-storage copied to clipboard
Example Next.js app to upload photos to a GCP storage bucket.
#### Summary This Pull Request addresses a critical error encountered with the current Google Cloud Storage (GCS) configuration. Users have been experiencing a '500' error on the browser and an...
I had tried various methods to set environmental variable (GCS credentials) but image upload to bucket is not working. But it works in local very well.
Hello, first of all thanks for this tutorial! It was really helpful as I couldn't find much information on how to use google cloud storage with Nextjs elsewhere online ....
Hello, Using the code provided and the instructions, I tried to upload a file to my bucket, but in the dev console got the error: Cross-Origin Request Blocked: The Same...
@leerob Vercel Serverless Function Log: ```bash [GET] /api/upload-url?file=download.jpg 21:51:00:25 2022-12-07T14:51:00.879Z 41a365f7-535d-47c9-b445-b6289d286bdf ERROR SigningError: error:0909006C:PEM routines:get_name:no start line at sign (/var/task/node_modules/@google-cloud/storage/build/src/file.js:2002:23) at processTicksAndRejections (node:internal/process/task_queues:96:5) 2022-12-07T14:51:00.880Z 41a365f7-535d-47c9-b445-b6289d286bdf ERROR SigningError: error:0909006C:PEM routines:get_name:no start...
Hello! Thanks to the tutorial! Is it possible to update a client on upload progress?
If you try to run the example with Node 17 ``` Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:135:10) at module.exports (/Users/wittwerch/tmp/nextjs-gcp-storage/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/Users/wittwerch/tmp/nextjs-gcp-storage/node_modules/webpack/lib/NormalModule.js:417:16) at /Users/wittwerch/tmp/nextjs-gcp-storage/node_modules/webpack/lib/NormalModule.js:452:10...