19,556 questions
0
votes
0
answers
55
views
custom auth adapter error in parse server 8.1.0
I have custom authAdater
auth: {
sms: {
module: SMSAuth,
enabled: true,
clientId: "clientId",
clientSecret: "clientSecret",
...
0
votes
0
answers
26
views
Sending Push to tvOS
I have a tvOS Obj-C app that I'm having issues with sending a silent notification. I use Parse on back4app.com and am using CloudCode so when I save a class, it sends a silent notification the Apple ...
0
votes
1
answer
79
views
Why can't Parse fetch existing MongoDB documents by _id despite mapping it to objectId
I have an existing MongoDB database that I want to use with Parse Server. Please note that the data in the database was not created by Parse. Here's an example of the structure of a document in my ...
1
vote
0
answers
30
views
Parse Server Cloud Code execution in multiple instances
I plan to deploy Parse Server in a Kubernetes cluster with a Horizontal Pod Autoscaler (HPA), which can scale Parse Server to a maximum of 3 instances based on demand.
I have the following Cloud Code ...
0
votes
0
answers
149
views
Back4App React query class to fetch file as data or blob instead of URL
I am trying to generate PDF reports in a manner of an Invoice. These PDFs will also contain images.
The content for the PDF will be fetched from back4app cloud server from a class named Rentings.
The ...
1
vote
1
answer
69
views
ParseSwift Relations Always Nil, Unable to Save Relations in Parse Backend
I'm working on an iOS app using the ParseSwift SDK, where I need to save an Exercise object that has relations to MuscleGroup (for primary and secondary muscles) and Equipment. However, even after ...
1
vote
1
answer
186
views
Parse iOS XCode: Class names cannot start with an underscore
I am getting this error at initialization of Parse.
Most likely it is because I updated to XCode Version 16.0 (16A242d). MacOS is 14.5 (23F79).
I have installed Parse as a pod. Also tried to remove it ...
1
vote
1
answer
102
views
Parse header files not found
I've installed parse-sdk-ios-osx via the Swift Package Manager.
When I was using Xcode 14 and Xcode 15 I did not have any issues. When I started using Xcode 16.0 I get the following errors:
I include ...
2
votes
2
answers
128
views
How to make Parse server login — case insensitive?
I have Parse server with MongoDB and KMP app where login method.
@POST("login")
@Headers(
value = [
"${ParseHeaders.CONTENT_TYPE}: application/json",
"${...
1
vote
0
answers
36
views
Parse Platform dashboard unauthorized when accessing the parse-server
What are the possible problems that is causing {"error":"unauthorized"} in the Parse Dashboard when accessing the dashboard is accessing: http://192.168.2.10:1337/parse/serverInfo
...
0
votes
1
answer
70
views
Is there a way to define field types for Parse Objects?
I am using Parse Server and Parse JS SDK to develop an application. I recently started using typescript for my project. The question is, Can I define field types for Parse Objects?
For example, I have ...
1
vote
0
answers
112
views
How to configure Parse Server with new FCM (Android) credentials instead of "server key"
Firebase will remove support for legacy APIs in June 2024.
The Firebase UI no longer provides a "server key", but requires other means of authenticating.
However, the Parse Server docs still ...
0
votes
1
answer
177
views
Error Installing NPM on Back4App Parse Server For CloudCode
I'm trying to set up CloudCode on my app that uses Parse to be able to post to social media platforms using Ayrshare. I have gone through their setup, got my API key, and trying to follow instructions ...
0
votes
1
answer
46
views
Heroku App crashes with H10 code possible because of mongo db url
Is this still possible to use Parse Server on Heroku.
I found out that the most of videos and articles were created 2-7 years ago.
I deployed my forked code from https://github.com/parse-community/...
0
votes
0
answers
107
views
Parse. MongoDB mongo installation
I am to go through an Parse example here: https://github.com/matrosovDev/parse-server-example but when I trying to install MongoDB I get this warning in my terminal, not sure if it is critical, but ...