890 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
74
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
42
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
181
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
37
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
74
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 ...
0
votes
0
answers
263
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
387
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
98
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
80
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
2k
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
50
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
45
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 ...
0
votes
0
answers
28
views
My Payload CMS collection is converting data correctly to desired format before save on MongoDB, but not saving as required
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....
0
votes
0
answers
307
views
Payload CMS: parse html with image/code blocks into lexical editor
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 = ...
0
votes
0
answers
52
views
Payload CMS admin app how to use quill editor?
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 ...