Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
55 views

I have custom authAdater auth: { sms: { module: SMSAuth, enabled: true, clientId: "clientId", clientSecret: "clientSecret", ...
badboy_tqj's user avatar
0 votes
0 answers
26 views

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 ...
user717452's user avatar
0 votes
1 answer
79 views

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 ...
ololo's user avatar
  • 2,190
1 vote
0 answers
30 views

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 ...
ololo's user avatar
  • 2,190
0 votes
0 answers
149 views

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 ...
Smolikas's user avatar
  • 344
1 vote
1 answer
69 views

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 ...
Oleksandr Matrosov's user avatar
1 vote
1 answer
186 views

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 ...
Harshal Karande's user avatar
1 vote
1 answer
102 views

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 ...
user899352's user avatar
2 votes
2 answers
128 views

I have Parse server with MongoDB and KMP app where login method. @POST("login") @Headers( value = [ "${ParseHeaders.CONTENT_TYPE}: application/json", "${...
Denis Popkov's user avatar
1 vote
0 answers
36 views

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 ...
quarks's user avatar
  • 35.7k
0 votes
1 answer
70 views

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 ...
Ali's user avatar
  • 117
1 vote
0 answers
112 views

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 ...
Henrik N's user avatar
  • 16.4k
0 votes
1 answer
177 views

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 ...
user717452's user avatar
0 votes
1 answer
46 views

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/...
Oleksandr Matrosov's user avatar
0 votes
0 answers
107 views

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 ...
Oleksandr Matrosov's user avatar

15 30 50 per page
1
2 3 4 5
1304