Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

Environment: Framework: Payload CMS (Next.js based project) Next.js version: 16.1.6 (Turbopack) Node.js: 22.16.0 Package manager: pnpm Server: EC2 Ubuntu 22.04.5 LTS Process manager: PM2 Instance ...
Intuz Cloud's user avatar
0 votes
0 answers
88 views

I’m trying to send time-sensitive push notifications to iOS devices using Pushy. According to Apple’s APNs and Pushy documentation, I should send interruption-level: time-sensitive inside the aps ...
Sunil Kumar's user avatar
1 vote
0 answers
52 views

How to handle notification payload. My app is that when killing the app, you always have to log in again. When receiving notification -> click on notification -> route to logIn screen -> ...
LamVu's user avatar
  • 1
0 votes
1 answer
194 views

Please I'm having an issue where I need to split a payload coming from an energy meter into chunks of 5-bytes each that represent different values of line parameters. The payload length is 35 bytes as ...
bquark's user avatar
  • 21
0 votes
0 answers
45 views

I try to use a webhook with a json body containing a single parameter But the inputs.parameters... does not get replaced by the proper value Here is my webhook sensor (note it is escaped as part of a ...
pf12345678910's user avatar
0 votes
0 answers
112 views

I'm implementing an Android TV Remote v2 protocol in Flutter/Dart. My goal is to send keyboard input from a mobile app to the TV. For most characters, everything works fine. However, the backspace key ...
shakti goyal's user avatar
1 vote
0 answers
403 views

I'm using payloadcms in a project but i'm having issues generating types and importmaps. It says its conflicting with css files used in @payloadcms/ui. node:internal/process/promises:394 ...
harveykrichards's user avatar
1 vote
1 answer
481 views

I'm using Qdrant in a cluster setup and want to define a payload_schema for a collection. I want to ensure that the structure of my payload is recognized and listed in the collection metadata. Here’s ...
Tim's user avatar
  • 47
0 votes
0 answers
125 views

I have a button variant that is not changing the background opacity on hover. default: 'bg-primary text-primary-foreground hover:bg-primary/90', This is the button variant I'm applying. ...
Billy's user avatar
  • 71
0 votes
2 answers
89 views

I'm currently working on a project where I read an Excel file with row-by-row monthly data. Here is the current code const handleFileUpload = async (e) => { // converting excel date value const ...
Tevin-was-taken's user avatar
3 votes
1 answer
3k views

i tried running yarn payload generate type from my terminal to generate types for my new collection but i keep running into this error my Users collection file is intact but for some reasons it is ...
Nasiru Ismail's user avatar
0 votes
1 answer
58 views

I’m using Payload CMS (v3.35.1) with a Next.js frontend and PostgreSQL on Render. I'm trying to fully integrate Cloudinary for media uploads using @jhb.software/payload-cloudinary-plugin. I’ve gone ...
Mario Epsley's user avatar
0 votes
1 answer
57 views

I am getting the following error when executing my code. Error : unable to find valid certification path to requested target Expecting to be able to reach API endpoint and POST my JSON payload saved ...
Wynand Bouwer's user avatar
1 vote
0 answers
292 views

I am using Payload CMS (v3.20.0) with Next.js 15, deployed on Vercel (serverless runtime), and using MongoDB Atlas (M2 cluster) as my database. Problem Each time I refresh my home page, I receive the ...
tebogo's user avatar
  • 21
0 votes
2 answers
525 views

I am using aws cli v2 to upload a file to s3: aws s3 cp local_file s3://bucket and I do have below configuration: [default] s3 = payload_signing_enabled = true The debug message shows: x-amz-...
Jeff Xu's user avatar
  • 31
0 votes
1 answer
145 views

I'm encountering an issue in my Spring Boot application hosted on WebSphere. When the payload size increases, the application throws the following exception: java.lang.IllegalArgumentException: null ...
Kundan Kumar's user avatar
5 votes
5 answers
6k views

My scheme on prisma: /// This model or at least one of its fields has comments in the database, and requires an additional setup for migrations: Read more: https://pris.ly/d/database-comments model ...
Luciano Balbiano's user avatar
1 vote
2 answers
1k views

I do the tutorial " How to Create a Custom Select Field: A Step-by-Step Guide " in payload but I have type errors : import { SelectInput, useField } from 'payload/components/forms'; Cannot ...
ManonLnd's user avatar
0 votes
0 answers
38 views

I have a requirement to create a nested JSON to create an issue in JIRA. The thing is this will work for only content.content.text path. If new keys and values are added in the future, this means it ...
Tamizh Selvan k's user avatar
0 votes
0 answers
171 views

Issue with Live Preview and Preview Functionality on EC2 Instance in Combination with 'pnpm run build/start' Hi everyone, I'm facing an issue with the live preview and preview functionality in a ...
TurboPolyp's user avatar
0 votes
0 answers
62 views

I am trying to POST a payload to a CMS using URLFetchApp. The payload has quotes in the text. I am using URLFetchApp because the code is executing inside a Google Apps Script, which from what I ...
hcdocs's user avatar
  • 1,369
0 votes
0 answers
153 views

Description: I have created and signed an APK using Termux, and it runs perfectly on my Xiaomi Note 11 Pro with Android 13. However, when I try to install it on other devices, I receive an "app ...
Shamna Sama's user avatar
2 votes
1 answer
777 views

Payload Version "payload": "^2.0.0" Node Version node:18.8-alpine Next.js Version "next": "13.5.2" Bug When I run yarn build I got this error: [12:41:39] ERROR (...
Emanuele's user avatar
  • 814
1 vote
0 answers
1k views

I'm currently struggling with dragging and dropping textures from one ImGui window to another and rendering them there. I'm storing all necessary data to render my texture in a struct called Texture::...
notfynnaf's user avatar
1 vote
0 answers
62 views

I am currently sending data from STM32 to a mobile app using BLE. I use a specific characteristic for the data, which starts with a header containing a CMD. This CMD indicates the type of data being ...
WITC's user avatar
  • 337
0 votes
1 answer
629 views

I'm running into an error accessing the "/checkout" page using "www.example.com" but it works on "example.com". The user is being returned as null probably because here, ...
Kihiu's user avatar
  • 51
0 votes
1 answer
590 views

My site images are working well on localhost and on the default domain but on the custom domain, they do not show. default domain - https://mrtrendy.payloadcms.app/ Custom domain - https://...
Kihiu's user avatar
  • 51
1 vote
0 answers
138 views

I am trying simply to pass a string as a requestbody to my controller, every other call works (the same way) but this one gives me null for the parameter inside the requestbody. The payload is filled ...
Thomarkey's user avatar
1 vote
3 answers
5k views

I am using docker to create the postgresql database. The installation guide isn't detailed enough for me unfortunately, maybe because I am new to docker, and I may be missing something. https://...
distantStar's user avatar
2 votes
0 answers
1k views

👍🏼 Hello team, I am trying out Payload CMS and I have uploaded my payload app on vercel . When I open the deployed app its showing the welcome page but when I navigate to admin or dashboard I am ...
Moses Ngwerume's user avatar
0 votes
1 answer
64 views

In my data class I have data class Example( val purchaseId: String, val customerId: String, val purchaseDate: Long ) when mapping a payload to Example I have val expectedValue = "{\&...
joe's user avatar
  • 53
0 votes
1 answer
72 views

I referred the following stack overflow link How to encrypt response payload As well, I referred the below github link which is shared as 2nd solution in above stack overflow link. https://github.com/...
rishi puri's user avatar
0 votes
0 answers
28 views

I'm having issues using a Pydantic model inside another one along with a file in the request body. Here is my endpoint definition: async def download_process_videos_csv( db: get_db_session, ...
Martina Zapletalová's user avatar
-1 votes
2 answers
42 views

I am a very beginner and struggling with a POST Request. I would like to have a conditional variable in payload import json adults=int(input(Enter no.of adults:) childs=int(input(Enter no.of childs:) ...
Hiba's user avatar
  • 3
0 votes
1 answer
321 views

I am currently using Qdrant version 1.7.3. I am looking for a way to fetch payloads without using a filter. Specifically, I need to retrieve payloads by providing an ID or fetching the first 'n' ...
Ahmad's user avatar
  • 38
1 vote
0 answers
239 views

We have a requirement to send an attachment file to external restBMC service using content-type multipart/form-data;boundary=--<boundary value> When we run using the business service it is ...
Subash's user avatar
  • 23
1 vote
0 answers
1k views

I'm working with Payload CMS and have a scenario where I need to establish bi-directional relationships between two collections, similar to a classic articles-tags relationship. One article can have ...
Alpay Taleb Zadeh's user avatar
0 votes
0 answers
213 views

In my App (Android studio java) I'm trying to read a payload from a specific tag with result of type ndefFormatable and NfcV. Once I get the intent and identify the tag by: Tag tag = intent....
Gabriel Palmeri's user avatar
0 votes
1 answer
3k views

Please, somebody! Every time I try to deploy my next app to Vercel I get this error on my page (the build seems alright, the site is deployed). env variables seem fine as well. for the localhost the ...
yellww's user avatar
  • 1
0 votes
1 answer
553 views

Getting started with PayloadCMS. With database on mongo, a document contains, among other fields, these: filename: "some_file.wav" url: "http://localhost:3000/pieces-files/some_file....
Roberto Becerra's user avatar
0 votes
1 answer
121 views

I got two apps, one on android studio(java) an the other one in visual studio c# im trying to get the payload in both apps, im using the same nfc tag for this cases, but cant get the same bytes in the ...
Gabriel Palmeri's user avatar
2 votes
2 answers
439 views

I try to add action button in notification onesignal react-native ios.So i used apns file for test in simulator, the notification coming with dragging file but action button does not appear even i ...
Nejib Afdhal's user avatar
1 vote
0 answers
218 views

I have deployed a cloud function as bellow package functions import ( "context" "encoding/json" "log" "github.com/Capstone/models" "...
Shreyas Awankar's user avatar
1 vote
1 answer
85 views

I am working on a project and writing a logging framework. I encountered an issue with nlog when logging with Info method passing T as argument. I installed nlog nuget. Below is nlog.config <?xml ...
alienavatar's user avatar
2 votes
0 answers
2k views

I am using Visual Studio Community 2022 with latest updates on Windows 11. I'm helping my friend in a project with Blazor and ASP.NET. My part would be to do the frontend, but it's not working ...
M3VRIX's user avatar
  • 29
0 votes
1 answer
796 views

I really do not know how to accurately present the issue I am facing but I'd really appreciate anyone who can guide me and I will be willing to provide more details if there needs to be clarity. So ...
Olaoluwa Anigboro-Napoleon's user avatar
1 vote
0 answers
89 views

Issue with useFetch in Nuxt 3 for static generation Hi everyone, My name is Wisely, and I'm currently facing an issue while using useFetch in Nuxt 3 for static generation. I have configured useFetch ...
Gervasius wisely 's user avatar
-1 votes
1 answer
271 views

The question Hello! Has anyone implemented a RecyclerView Adapter, which implements filtering via Filter and in which additional items can be updated via payloads? How to synchronize two lists, the ...
Tim Meleshko's user avatar
0 votes
2 answers
2k views

I'm encountering an issue when trying to send two values from the frontend to the backend using htmx. Here's my code: {% include "base.html" %} {% block content %} <div class='flex flex-...
CalledSidd's user avatar
0 votes
1 answer
2k views

I have an application with frontend in Angular and backend in Net Core 5 that I'm testing locally. When I try to upload files that exceed a certain size the backend is never reached and the above ...
Andrea Palermo's user avatar

1
2 3 4 5
18