886 questions
0
votes
0
answers
66
views
Next.js + PayloadCMS deployment issue: `.next` build from CI fails with dynamic dependencies
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 ...
0
votes
0
answers
88
views
Pushy iOS – interruption_level Not Delivered to iOS (Time-Sensitive Notifications)
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 ...
1
vote
0
answers
52
views
How to handle payload message click
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 -> ...
0
votes
1
answer
194
views
Split payload data from sensor into separate bytes length
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 ...
0
votes
0
answers
45
views
Why my argoevents webhook payload parameter is not being passed to inputs.parameters?
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 ...
0
votes
0
answers
112
views
Android TV Remote v2 Protocol: Backspace Not Working When Sending Single Characters
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 ...
1
vote
0
answers
403
views
Can't seem to generate payloadcms types or importmaps
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
...
1
vote
1
answer
481
views
How to define a payload schema for a collection in Qdrant (Cluster UI)?
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 ...
0
votes
0
answers
125
views
Shadcn theming with opacity does not work
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. ...
0
votes
2
answers
89
views
Taking row by row data from Excel and putting it in a payload
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 ...
3
votes
1
answer
3k
views
Whenever i am trying to run payload generate:types i get the error Cannot find Users module [closed]
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 ...
0
votes
1
answer
58
views
How can I combine Cloudinary colour extraction and AWS Rekognition auto-tagging in my Payload CMS media uploads?
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 ...
0
votes
1
answer
57
views
How can I find valid certification path to requested target?
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 ...
1
vote
0
answers
292
views
Payload CMS on Next.js 15 (Serverless, Vercel) Exceeding MongoDB Atlas M2 Connection Limits
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 ...
0
votes
2
answers
525
views
aws cli v2 not signing s3 payload
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-...
0
votes
1
answer
145
views
java.lang.IllegalArgumentException: null in WebSphere when Payload Size Increases
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
...
5
votes
5
answers
6k
views
TypeError: The "payload" argument must be of type object. Received null
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 ...
1
vote
2
answers
1k
views
Cannot find module with PAYLOAD 3.0
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 ...
0
votes
0
answers
38
views
How to dynamically fetch nested json arrays keys and properties without explicitly mentioning the fields?
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 ...
0
votes
0
answers
171
views
Issue with Live Preview on EC2 Instance in Combination with 'pnpm run build/start'
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 ...
0
votes
0
answers
62
views
How to properly escape payloads sent with URLFetchApp when the payload contains double quotes
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 ...
0
votes
0
answers
153
views
APK Compatibility Issue on Other Devices - Works Only on My Phone
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 ...
2
votes
1
answer
777
views
PostgreSQL connection string error on Payload cms
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 (...
1
vote
0
answers
1k
views
C++ DearImGUI Drag and Drop with personalized data type
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::...
1
vote
0
answers
62
views
Structuring Data for Bidirectional BLE Communication between MCU and Mobile App
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 ...
0
votes
1
answer
629
views
Why is "getMeUser" returning user as null on payloadcms?
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, ...
0
votes
1
answer
590
views
How to fix site images not showing on the custom domain
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://...
1
vote
0
answers
138
views
data showing in request payload, but null in controller requestbody
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 ...
1
vote
3
answers
5k
views
How do I connect payload cms to a postgresql database for local development using docker?
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://...
2
votes
0
answers
1k
views
Payload CMS: 404 NOT found when routing to other pages after deploying on vercel
👍🏼 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 ...
0
votes
1
answer
64
views
Kotlin mapper.readValue with missing filed [duplicate]
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 = "{\&...
0
votes
1
answer
72
views
Need to Pass payload from WSO2 APIM to Java Mediate function
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/...
0
votes
0
answers
28
views
Pydantic model inside model with file request body in FastApi [duplicate]
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,
...
-1
votes
2
answers
42
views
when appending a item getting string indices must be integers error-python
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:)
...
0
votes
1
answer
321
views
Qdrant payload index without filter
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' ...
1
vote
0
answers
239
views
Rest service issue with attachment call from OSB Proxy/pipeline service - multipart/form-data;boundary=--<> payload empty
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 ...
1
vote
0
answers
1k
views
How an i implement Bi-Directional Relationships in Payload CMS
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 ...
0
votes
0
answers
213
views
Read NfcV in Android
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....
0
votes
1
answer
3k
views
Application error: a server-side exception has occurred (see the server logs for more information). Digest: 3125597724 while deploying next app
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 ...
0
votes
1
answer
553
views
GraphQL returning wrong data on PayloadCMS
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....
0
votes
1
answer
121
views
get NFC payload in Android
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 ...
2
votes
2
answers
439
views
how add action button to payload onesignal json apns file
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 ...
1
vote
0
answers
218
views
How to extarxt a background event?
I have deployed a cloud function as bellow
package functions
import (
"context"
"encoding/json"
"log"
"github.com/Capstone/models"
"...
1
vote
1
answer
85
views
NLog Info method is writing type of log. How can I display the actual data as json in file
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 ...
2
votes
0
answers
2k
views
Unknown payload: { "type" : "Ping" } in console when changing css
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 ...
0
votes
1
answer
796
views
Payload values not setting
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 ...
1
vote
0
answers
89
views
Access private data ( run time config) in client also fetch data in server side using useFetch in nuxt 3
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 ...
-1
votes
1
answer
271
views
RecyclerView Adapter with filtering and payloads
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 ...
0
votes
2
answers
2k
views
Trying to send multiple values in a htmx request [Django] [HTMX]
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-...
0
votes
1
answer
2k
views
How to fix 413 payload too large
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 ...