Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 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
41 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
179 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
36 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
57 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
244 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
363 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
92 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
79 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
2 votes
1 answer
2k 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
50 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
44 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
0 votes
0 answers
28 views

My below payload cms collection named Queries is converting data to desired format correctly before saving... (Checked in console.log)... but it's not saving as required in MongoDB... e.g. it console....
Haroon Absar's user avatar
0 votes
0 answers
296 views

In Payload CMS, is it possible to migrate html, containing images and code blocks, into lexical editor? I added a custom ImageNode into the headless editor's nodes: const headlessEditor = ...
Valentin Bytenskiy's user avatar
0 votes
0 answers
51 views

I using payload cms with next.js. I had a form and add a richText field. When I use the richText, I didn't use some features. For example, change font size, text color etc. I will make the custom ...
Mehmet Efe Özcan's user avatar
1 vote
0 answers
224 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
0 answers
22 views

I was working on setting up a Payload CMS project by running this command in the Gitpod terminal: npx create-payload-app@latest -t website Soon after executing this, the following error popped up, ...
zwanski's user avatar
  • 11
0 votes
2 answers
450 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
0 answers
65 views

I'm experiencing an issue with Payload CMS where adding a form block causes Jest worker errors in the frontend, while the admin panel works fine. Here's my setup: Environment: Next.js (15.1.3) ...
Ole Me's user avatar
  • 31
0 votes
0 answers
149 views

I've currently used next.config.js with withBundleAnalyzer: import withPlugins from "next-compose-plugins"; const plugins = [ withBundleAnalyzer({ enabled: process.env.ANALYZE === &...
Vasyl Zhuryk's user avatar
  • 1,258
0 votes
1 answer
125 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
37 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
156 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
59 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
143 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
692 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
967 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
61 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
591 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
545 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
134 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
1 vote
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
58 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
65 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
27 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
41 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
311 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
222 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
201 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
541 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
104 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
423 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
214 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
82 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
1k 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

1
2 3 4 5
18