19,548 questions
0
votes
0
answers
64
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
1
answer
82
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
31
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
151
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
73
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
194
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
151
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
132
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
39
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
72
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
116
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 ...
1
vote
1
answer
185
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
47
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
111
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 ...
0
votes
1
answer
223
views
Parse.Cloud.httpRequest is not a function
I created my cloud function as so:
Parse.Cloud.define("testHTTP", async (request) => {
return Parse.Cloud.httpRequest({
url: 'http://www.google.com/search',
params: {
q : '...