project_nextjs13_flexibble icon indicating copy to clipboard operation
project_nextjs13_flexibble copied to clipboard

Results 35 project_nextjs13_flexibble issues
Sort by recently updated
recently updated
newest added

I am getting this issue while signing in ClientError: Unauthorized to access Mutation.userCreate (missing create operation): {"response":{"data":null,"errors":[{"message":"Unauthorized to access Mutation.userCreate (missing create operation)"}],"status":200,"headers":{}},"request":{"query":"\n\tmutation CreateUser($input: UserCreateInput!) {\n\t\tuserCreate(input: $input) {\n\t\t\tuser {\n\t\t\t\tname\n\t\t\t\temail\n\t\t\t\tavatarUrl\n\t\t\t\tdescription\n\t\t\t\tgithubUrl\n\t\t\t\tlinkedInUrl\n\t\t\t\tid\n\t\t\t}\n\t\t}\n\t}\n","variables":{"variables":{"input":{"name":"Salman Sheriff","email":"[email protected]","avatarUrl":"https://avatars.githubusercontent.com/u/95226945?v=4"}}}}}...

I @adrianhajdin, I hope you are well. I would like inform you that there is no favicon.ico inside the public unzipped assets. 😊 I will create mine yet I'd like...

Hey everyone, I'm aware of the issues with Grafbase and that it doesn't work anymore. I've seen the comment on the YouTube video about using MongoDB and tweaking some stuff...

{"errors":[{"message":"Database no longer supported. Please update your project."}]} I tried but can't figure it out. Now my app only working on local but as I run it in production mode...

Grafbase CLI 0.41.3 Warnings: - The Grafbase database is deprecated and will be sunset soon. Use connectors like Postgres or MongoDB instead. 📡 Listening on port 4000 - Pathfinder: http://127.0.0.1:4000...

I am getting the above error. My actions.ts and page.tsx file is attached below. Please someone help. [actions.txt](https://github.com/adrianhajdin/project_nextjs13_flexibble/files/13166670/actions.txt) [page.txt](https://github.com/adrianhajdin/project_nextjs13_flexibble/files/13166681/page.txt)

## Receiving Error while Deploying to vercel > [21:57:31.334] Running build in Washington, D.C., USA (East) – iad1 (Hive) [21:57:31.435] Cloning github.com/PsionicGeek/grapfbase_flexible (Branch: main, Commit: f294d77) [21:57:31.752] Skipping build cache,...

I am getting the error while deploying it. Error shows like this: [17:52:30.711] Running build in Washington, D.C., USA (East) – iad1 [17:52:30.857] Cloning github.com/1999-sahil/geekgazette-nextjs-app (Branch: main, Commit: 47cdc17) [17:52:30.867]...

This is what Next.js compiler sends after i try to run up the finished application. i got this error while making the app, then i downloaded the final project and...