Social+ Forum - Latest posts https://forum.social.plus Latest posts Integrating live streaming into a community-driven app using SDK-based platforms. Working on integrating live streaming into a community-driven app using SDK-based platformsI wanted to understand how social platforms like social.plus handle real-time video streaming, especially when low latency is required for interactive use cases. Has anyone experimented with WebRTC-based approaches alongside such SDKs? n some cases, platforms like Red5 (red5.net) are used to achieve sub-250ms delivery for interactive applications It’s interesting to compare this with SDK-based solutions and see how real-time performance differs.

]]>
https://forum.social.plus/t/integrating-live-streaming-into-a-community-driven-app-using-sdk-based-platforms/1863#post_1 Fri, 20 Mar 2026 06:48:49 +0000 forum.social.plus-post-6318
PostDetailPage max width? Understood, thank you.

This fork of the UIKit does allow me to accomplish what we want, so we’ll move forward with that for now. Thank you!

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_6 Tue, 24 Feb 2026 18:43:43 +0000 forum.social.plus-post-6313
PostDetailPage max width? Hello @mqm , Thanks for the added context. We really appreciate the suggestion, and we’ll share it with our Product team for future consideration.

For now, this behavior is by design—when used standalone, AmityPostDetailPage may not fully inherit the UIKit styling.

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_5 Tue, 24 Feb 2026 06:18:40 +0000 forum.social.plus-post-6312
Adding file attachments to posts Thank you, I”ll relate this to our team.

]]>
https://forum.social.plus/t/adding-file-attachments-to-posts/1857#post_4 Thu, 19 Feb 2026 22:56:07 +0000 forum.social.plus-post-6311
PostDetailPage max width? I realize I should provide more context of my question.

We specifically had some logic like this:

        {sharedPost && <AmityPostDetailPage id={sharedPost.postId} commentId={sharedPost.commentId} />}
        {useForum && !sharedPost && <AmityUiKitSocial />}

The issue was that using the AmityPostDetailPage component directly had none of the styling that the AmityUiKitSocial provided us.

By forcing the UI Kit to expose the pushPage, PageTypesvalues from useAmityNavigation, I was able to push a PageTypes.PostDetailPage page to the navigation and use the AmityUiKitSocial to display everything.

I suppose my request is related to another post of mine here, Navigation Controller for PostDetailPage - #4 by mqm - that the developer should have more control over manipulating the navigation.

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_4 Thu, 19 Feb 2026 17:21:33 +0000 forum.social.plus-post-6310
Adding file attachments to posts Hello @mqm , Thank you for your patience — we’ve checked internally with the team, and we apologize for the longer turnaround time.

In UIKit V4, file post functionality is not currently supported (e.g., PDF/file attachments). That’s why you may see it available in UIKit V3, but it does not appear in V4.

(1) Is there a setting preventing attached FILES from showing up in the UI Kit?
No — this is not related to a configuration or toggle. File attachments are simply not supported in UIKit V4 at the moment.

(2) Is there a way to attach files in the UI Kit?
Not out of the box in V4. However, clients who would like to use file posts can build this feature on top of UIKit V4 using our SDK and customize the frontend implementation according to their design requirements.

You can refer to the SDK documentation here:

If you need any further assistance, please let me know.

]]>
https://forum.social.plus/t/adding-file-attachments-to-posts/1857#post_3 Thu, 19 Feb 2026 10:46:40 +0000 forum.social.plus-post-6309
PostDetailPage max width? Hello @mqm , Thanks for your patience on this — we’ve checked with the team internally, and we apologize for the longer turnaround time.

PostDetailPage is designed to follow the same UI behavior as the homepage. If PostDetailPage appears to take up the entire screen, it’s because the screen size is being detected as a mobile display. In that case, UIKit automatically renders the mobile UI, and the homepage will also render in the mobile layout.

When UIKit is opened in desktop mode, PostDetailPage will display centered with grey side margins, consistent with the homepage layout.

Please refer to the example images below for reference (PostDetailPage on desktop screen vs. Home page in mobile screen).

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_3 Thu, 19 Feb 2026 10:24:34 +0000 forum.social.plus-post-6308
PostDetailPage max width? Hello @mqm , thank you for reaching out and for the detailed information. We’ve passed this to the team for review and will keep you posted with any updates.

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_2 Thu, 12 Feb 2026 14:05:55 +0000 forum.social.plus-post-6307
Adding file attachments to posts Hello @mqm, thank you for reaching out and for the detailed information. We’ve passed this to the team for review and will keep you posted with any updates.

]]>
https://forum.social.plus/t/adding-file-attachments-to-posts/1857#post_2 Thu, 12 Feb 2026 14:05:28 +0000 forum.social.plus-post-6306
PostDetailPage max width? I have a question related to my post earlier about the grey bars in the home page of a Social+ feed

At the home page, the content is centered between non-scrollable grey bars. However, the PostDetailPage has no such restriction - by default the post detail takes up the whole screen.

Is there a QUICK, easy way to have the PostDetailPage have parity with the home page? i.e., centered with a max-width? We could of course add our own custom css that copies the settings in src/v4/social/layouts/Main/Main.module.css . I’m just wondering if there is a flag that could accomplish this - which would also have the advantage of tracking any style changes that may be made in the UIKit.

Feature parity between the PostDetailPage and the main layout would improve the user experience. Thank you!

]]>
https://forum.social.plus/t/postdetailpage-max-width/1858#post_1 Thu, 12 Feb 2026 13:36:45 +0000 forum.social.plus-post-6305
Adding file attachments to posts Hello,

Our team is trying to understand file attachments on posts. In the Social+ console, we can create posts with image, video, and file attachments

However, I do note that attached files (e.g., PDFs) do NOT show up in the Amity UI Kit (and I’m pretty sure we have not toggled a setting that would prevent that).

Furthermore, it doesn’t look like attaching PDFs is possible with the components of the UI Kit. The component src/v4/social/internal-components/CreatePost/CreatePost.tsx looks to be the modal used to create a post, which can use either DetailedMediaAttachment or MediaAttachment as the components to create the media attachment component.

Whichever of these two components is used, I see them using CameraButton, ImageButton, and VideoButton - but NOT FileButton… which looks to not be used at all in the repo at the moment?

image

We’d like to understand this behavior

(1) is there a setting preventing attached FILES from showing up in the UI Kit?

(2) is there a way to attach files in the UI Kit?

Thank you

]]>
https://forum.social.plus/t/adding-file-attachments-to-posts/1857#post_1 Thu, 12 Feb 2026 13:36:26 +0000 forum.social.plus-post-6304
Adding Reaction to Comment-Type Posts Not Working Our team was informed that this has fix has been implemented?

]]>
https://forum.social.plus/t/adding-reaction-to-comment-type-posts-not-working/1851#post_3 Wed, 11 Feb 2026 18:52:45 +0000 forum.social.plus-post-6302
Copy Post Links Following up on my post - I realize for 2. that there is extra piece of logic buried in the component - if some component is on the excludes list, it won’t show up. Looks like our team had a ‘*/*/copy_link_button’ element in that array, so that answers my second question above. :slight_smile:

My first point I’m still curious about - it seems odd a copy post link is only available if NOT a part of a community.

]]>
https://forum.social.plus/t/copy-post-links/1854#post_3 Wed, 11 Feb 2026 18:47:10 +0000 forum.social.plus-post-6301
Grey Bar Scrollable Thank you for the update. Our team definitely eagerly awaits hearing updates on this!

]]>
https://forum.social.plus/t/grey-bar-scrollable/1855#post_3 Wed, 11 Feb 2026 18:43:44 +0000 forum.social.plus-post-6300
Grey Bar Scrollable Hello @mqm , Thanks so much for flagging this — we completely understand how the “dead zones” in the grey areas can feel frustrating from a user perspective.

At the moment, Web UIKit is designed so that scrolling is scoped only to the center content container, which is why the grey side areas don’t scroll. That said, we agree this creates a usability gap, and we’ve logged it with our team as a UX backlog item for future improvement.

We truly appreciate you highlighting this.

]]>
https://forum.social.plus/t/grey-bar-scrollable/1855#post_2 Wed, 11 Feb 2026 09:45:29 +0000 forum.social.plus-post-6299
Grey Bar Scrollable Hello, I’d like to inquire about scrolling behavior for the SocialPlus component for web.

  1. The sidebar is scrollable if there are many communities. This is expected and desired behavior.
  2. The center of the main panel (with the post content) also scrolls. Desired and expected behavior. We also think the current width of the content is better UI than having it take up more width of the screen.
  3. The grey bars on either side of the content on the grey panel do NOT scroll. This can be frustrating behavior for a user that wants to scroll the main content.

We are curious if it would be possible to allow the grey side bars of the main panel to scroll with the main content? Trying to customize this ourselves would require changes necessitating a fork of the Social+ UI Kit, and we are wary of introducing so many customizations. This is preferable to us over increasing width of the content within.

]]>
https://forum.social.plus/t/grey-bar-scrollable/1855#post_1 Fri, 06 Feb 2026 04:04:45 +0000 forum.social.plus-post-6298
Navigation Controller for PostDetailPage Thanks for the update - your second paragraph tracks with my understanding.

I suppose its the 3rd paragraph where I’m unclear. When you say “your app’s navigation logic”, do you mean part of the config passed to the SocialPlus component, or logic we have to implement in our own app that uses that component?

If the latter case, do we need to add styling logic to hide the back button, or find a way to override the `onClick` for the back button?

]]>
https://forum.social.plus/t/navigation-controller-for-postdetailpage/1853#post_4 Thu, 05 Feb 2026 18:10:48 +0000 forum.social.plus-post-6297
Navigation Controller for PostDetailPage Hello @mqm , Thank you for your patience here, and apologies for the delay in getting back to you.

You’re absolutely right — with deep linking, our UIKit doesn’t currently backfill the navigation history automatically. This is by design, as the navigation stack initializes exclusively with the targeted route (e.g., PostDetailPage). Since the stack contains only that deep-linked page, there isn’t a previous page for the Back button to return to by default.

While Social+ generates the link, the in-app routing and back-stack management (such as defining a fallback destination like a community page or your main feed) currently needs to be handled within your app’s navigation logic.

I’ve also shared this as product feedback with our team, so we can explore improving native support for deep linking and back navigation in a future update.

]]>
https://forum.social.plus/t/navigation-controller-for-postdetailpage/1853#post_3 Thu, 05 Feb 2026 07:49:22 +0000 forum.social.plus-post-6296
Copy Post Links Hello @mqm , thanks for sharing the detailed information. We’ve escalated this to the team to investigate and will keep you posted once we have an update.

]]>
https://forum.social.plus/t/copy-post-links/1854#post_2 Fri, 23 Jan 2026 01:36:43 +0000 forum.social.plus-post-6295
Copy Post Links Our team has some technical questions about the usage of Copy Post Links.

First off, we note there are TWO separate locations with DIFFERENT logic to display the copy link icon:

  1. In src/v4/social/internal-components/PostMenu/PostMenu.tsx, the CopyLink button is shown if the user is not part of the community:
    1. 119   const showCopyLinkButton = useMemo(() => {
      120     if (post.targetType === 'user') return false;
      121     if (community?.isPublic && !community?.isJoined) return true;
      122     if (community?.isPublic && community?.isJoined) return false;
      123   }, [post.targetType, community?.isJoined, community?.isPublic]);
      
  2. In src/v4/social/components/PostContent/PostContent.tsx, we show the CopyLink button only if there is no community, OR if the community is public:
    1. (!targetCommunity || targetCommunity?.isPublic)
      

The two separate locations is confusing, but the fact the logic is different is more so. Why the separate cases?

I’d like to note that the button doesn’t appear to show up in the 2nd case above for a community that is public, even with post links enabled for a particular application and it’s child communities.

Can the decisions behind these two paths of logic be explained? And is there something I’m missing for our particular case where the button won’t show up in the PostMenu?

]]>
https://forum.social.plus/t/copy-post-links/1854#post_1 Fri, 23 Jan 2026 00:03:31 +0000 forum.social.plus-post-6294
Navigation Controller for PostDetailPage Hello @mqm, thank you for sharing the information. We’ve escalated this to the team for further investigation and will get back to you with an update.

]]>
https://forum.social.plus/t/navigation-controller-for-postdetailpage/1853#post_2 Thu, 22 Jan 2026 10:22:43 +0000 forum.social.plus-post-6293
Navigation Controller for PostDetailPage I didn’t see any post that quite addressed my question, so here goes.

We allow our users to share a link to a post, and it has a format like this:

`<BASE_URL>/#!/post/<POST_ID>`

Here, <BASE_URL> is the path to a page in our React app that embeds the UI Kit. We parse the hash (if it exists) to navigate the user to the PostDetailPage for a given postId.

The issue we are noticing is that a user can go to the provided URL fine, and the <BackButton …> component renders fine… but it just doesn’t do anything.

I’ve noticing in src/v4/core/providers/NavigationProvider.tsx of the UIKit the following initialization of pages:

const [pages, setPages] = useState<Page>([getDefaultRoute(activeRoute)]);

i.e., set the current PostDetail page as the only page in the navigation. This means the Back button component has nowhere to navigate to! Is there a way to seed the navigation provider with a page to go back to? Ideally, the back button can take the user to a community in the application that contains the given postId.

My understanding of the NavigationBehavior overrides is that they can replace existing functions. The issue here seems to be different - with only one page in the Navigation Provider, there is no function even called in the first place.

Please let me know if there is documentation I may have missed somewhere on this topic. I’m just trying to navigate some oddities as we implement this for our community members.

]]>
https://forum.social.plus/t/navigation-controller-for-postdetailpage/1853#post_1 Thu, 22 Jan 2026 04:51:23 +0000 forum.social.plus-post-6292
Adding Reaction to Comment-Type Posts Not Working Hello @mqm, thanks for sharing the detailed information. We’ve escalated this to the team to investigate and will keep you posted once we have an update.

]]>
https://forum.social.plus/t/adding-reaction-to-comment-type-posts-not-working/1851#post_2 Wed, 21 Jan 2026 11:04:29 +0000 forum.social.plus-post-6290
Adding Reaction to Comment-Type Posts Not Working Hello, our team is having issues reacting to comment-type posts.

  1. First, we our attempting to use the CommentTray component as the frontend component: Comment Tray Component | social.plus docs (since renamed the AmityStoryTabComponent).
  2. Posting a comment is successful:
    1. We POST to /api/v3/comments
    2. Request:
      1. {"referenceId":"wlc-2026-01-19","referenceType":"content","data":{"text":"Here is another comment."},"mentionees":[],"metadata":{"mentioned":[]}}
        
      2. In the response object, the comment does have "referenceType": "content",, and the id/commentId is set to :
        "_id": "696fc0d80b1a94a57661c65b", "commentId": "696fc0d80b1a94a57661c65b",
    3. Reacting to the comment is NOT successful:
      1. POST /api/v2/reactions
      2. Request:
        1. {"referenceId":"696fc0d80b1a94a57661c65b","referenceType":"comment","reactionName":"like"}
          
        2. Note the referenceId above matches the id of the posted comment
      3. Response:
        1. {
              "status": "error",
              "message": "reaction validation failed: targetId: Cast to ObjectId failed for value \"wlc-2026-01-19\" (type string) at path \"targetId\" because of \"BSONError\", targetType: `content` is not a valid enum value for path `targetType`.",
              "code": 500000,
              "data": {
                  "detail": []
              }
          }
          
      4. According to the API documentation, this is the correct structure for the request object to that endpoint: Social+ API Reference
        1. NOTE: These API requests are constructed by the UIKit, we are not building it directly

Overall, it looks like the API is NOT accepting reactions on posts that have a referenceType of comment - but there is no obvious reason why that is the case.

]]>
https://forum.social.plus/t/adding-reaction-to-comment-type-posts-not-working/1851#post_1 Wed, 21 Jan 2026 06:33:46 +0000 forum.social.plus-post-6289
Issues going to an Application Console from the Social+ Portal Hello, thank you for the update. I actually get a new error page entirely:

However, if I turn off my ad blocker i Chrome, this log-in is successful.

]]>
https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_10 Tue, 20 Jan 2026 17:08:19 +0000 forum.social.plus-post-6288
Issues going to an Application Console from the Social+ Portal Hello @mqm , our team has identified a potential root cause and applied a fix. Could you please retry and let us know if the issue persists?

]]>
https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_9 Tue, 20 Jan 2026 08:56:05 +0000 forum.social.plus-post-6287
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Hello @pravat04, we understand this may be frustrating, and we appreciate you taking the time to raise this with us. After checking with our team, we can confirm that there is currently no workaround available. We’re aiming for a release by mid to end of this quarter (subject to change). If you have any questions or would like to talk through your use case, please don’t hesitate to reach out to your designated Customer Success Manager. Thank you for your patience and understanding.

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_7 Fri, 16 Jan 2026 11:07:40 +0000 forum.social.plus-post-6286
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Hello @pravat04 , thank you for sharing the detailed information and raising your concern. We’ve noted the urgency, and our team is currently reviewing this. We’ll get back to you with an update as soon as possible.

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_6 Thu, 15 Jan 2026 15:34:10 +0000 forum.social.plus-post-6285
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Subject: Urgent: Livestream Feature Disabled - Need Alternative Solution for Production App
Hello Amity Team,
Thank you for the update regarding the livestream feature. However, I’m in a critical situation that requires urgent clarification and support.
Background & Current Issue:
Previous Recommendation (HDR Video Support): A few weeks ago, your support team advised me to upgrade to React Native 0.81+ to enable HDR video upload functionality. I followed this recommendation and successfully upgraded our entire codebase.
Current Recommendation (Livestream Compatibility): Now I’m being told to use a branch that’s compatible with React Native 0.76+ but has the livestream feature completely disabled due to the New Architecture (Fabric) incompatibility.
Critical Business Impact:
Livestream is a core feature of our application, not an optional add-on
We are on the verge of going to market with our production release
Our users and marketing materials already feature live streaming capabilities
Disabling this feature is not a viable option for our launch
My Concerns & Questions:
Timeline Clarity: When can we expect livestream support for the New Architecture? Are we talking about weeks, months, or longer?
Alternative Solutions:
Is there a way to keep both HDR video upload AND livestream functionality?
Can I use the old architecture temporarily for livestream while using the new architecture for other features?
Are there any workarounds or beta versions available for testing?
Recommended Approach:
Is there a hybrid approach that allows both features to coexist?
Technical Support: Can your team provide direct engineering support to help us implement a custom solution if needed? We’re willing to work with your team closely to resolve this.
What I Need:
A clear roadmap for livestream + New Architecture support
Immediate workaround solutions, if any exist
Direct communication with your engineering team to discuss options
Beta access to any experimental builds that might support both features
This is blocking our production release, and any guidance you can provide would be greatly appreciated. We’ve invested significantly in building our app with Amity’s SDK, and we need a path forward that doesn’t compromise our core features.

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_5 Thu, 15 Jan 2026 12:46:04 +0000 forum.social.plus-post-6284
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Hello @pravat04 , After checking with our team, we have temporarily disabled the livestream feature in the React Native UIKit because the current livestream library does not support the New React Native Architecture (Fabric) at this time.

In the meantime, please use this branch, which is compatible with React Native 0.76 and above and has the livestream feature disabled:

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_4 Thu, 15 Jan 2026 07:02:37 +0000 forum.social.plus-post-6282
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) sure , please give me a solution on this . this is most priority for now.

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_3 Wed, 14 Jan 2026 12:49:22 +0000 forum.social.plus-post-6281
Issues going to an Application Console from the Social+ Portal Hello @mqm , Thank you for the update. At this time, we have not identified any recent changes on our side that would explain the behavior you are seeing.

To assist with further investigation, could you please capture and share a HAR file from a session where the issue occurs, and send it to [email protected]?

Thank you for your cooperation.

]]>
https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_8 Wed, 14 Jan 2026 09:48:48 +0000 forum.social.plus-post-6280
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Hello @pravat04 ,Thank you for the detailed report and environment details — this is very helpful. We will share this with our team to review Fabric (New Architecture) compatibility and the iOS preview/streaming behavior you described.

We will get back to you as soon as we have an update.

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_2 Wed, 14 Jan 2026 04:46:45 +0000 forum.social.plus-post-6279
[iOS] RTMP Livestream Libraries Not Working Properly with React Native New Architecture (Fabric) Hi,

I’m building a livestream feature in React Native with New Architecture (Fabric) enabled on iOS. I’ve tested two different RTMP streaming libraries and both have issues:


Issue 1: @api.videoapi.video**/react-native-livestream (v2.0.2)**

When using ApiVideoLiveStreamView, the component mounts and startStreaming(streamKey, rtmpUrl) is called successfully (no errors), but:

  • :cross_mark: No actual RTMP connection is made to the server

  • :cross_mark: Dashboard shows stream status as “idle” / “not started”

  • :cross_mark: No onConnectionSuccess or onConnectionFailed callback is fired

  • :cross_mark: Viewers see nothing

// This executes without error but nothing happens

liveStreamRef.current.startStreaming(streamKey, rtmpUrl);

console.log(“startStreaming called”); // This logs, but no callbacks fire

Logs show:

:white_check_mark: iOS: ApiVideoLiveStreamView camera preview should be ready

:red_circle: CALLING ApiVideoLiveStreamView.startStreaming() NOW…

:white_check_mark: iOS: ApiVideoLiveStreamView startStreaming() called

// … then nothing - no connection events, stream stays “idle”


Issue 2: react-native-nodemediaclient / NodePublisher

When using NodePublisher, the RTMP streaming WORKS - viewers can see the video stream. However:

  • :white_check_mark: RTMP connection succeeds (code 2001)

  • :white_check_mark: Viewers CAN see the video feed

  • :cross_mark: Camera preview does NOT render on streamer’s screen (black screen)

  • :cross_mark: startPreview() executes but native preview layer doesn’t display on Fabric

directStreamRef.current.startPreview(); // Executes, but preview is black

directStreamRef.current.start(); // This works - viewers see video

Logs show:

:video_camera: iOS: NodePublisher ref SET for streaming

:white_check_mark: iOS: NodePublisher preview initialized

:red_circle: CALLING NodePublisher.start() NOW…

:television: iOS NodePublisher Event: code=2001, msg=…success // CONNECTED!

:tada: iOS: NodePublisher RTMP CONNECTED! STREAM IS LIVE!

// Stream works for viewers, but streamer sees black screen


Environment:

Package Version
React Native 0.76.x
Expo [email protected] 52
@api.video/react-native-livestream 2.0.2
react-native-nodemediaclient 0.3.4
iOS 17+
New Architecture (Fabric) Enabled
Hermes Enabled

Questions:

  1. Is @api.video/react-native-livestream compatible with React Native New Architecture (Fabric)? The startStreaming() method doesn’t seem to work at all.

  2. For NodePublisher / react-native-nodemediaclient - is there a known issue with the native preview layer not rendering on Fabric? The streaming works but local preview doesn’t display.

  3. Are there any workarounds or patches to make camera preview work on iOS with Fabric enabled?


What I’ve Tried:

  • Applied patches for Fabric compatibility (Swift header imports, optional unwrapping)

  • Tried both libraries independently

  • Verified camera permissions are granted

  • Tested on physical iOS device (not simulator)

  • Confirmed RTMP URL format is correct (works with NodePublisher)

Any help would be greatly appreciated! :folded_hands:

]]>
https://forum.social.plus/t/ios-rtmp-livestream-libraries-not-working-properly-with-react-native-new-architecture-fabric/1849#post_1 Wed, 14 Jan 2026 04:43:27 +0000 forum.social.plus-post-6278
Issues going to an Application Console from the Social+ Portal Hello, I regularly close my browser and confirmed this issue was happening with a fresh browser with all cookies + cache deleted.

Curiously, I WAS able to successfully login and access an application in Chrome. I have no script blocker enabled in this browser, but this works even if I re-enable the ad blocker (something I mentioned in my original post as something I had to turn off last month).

Nothing new has either changed in my environment, or on our team’s end with my account. Perchance some updates happened on your side?

]]>
https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_7 Mon, 12 Jan 2026 21:45:08 +0000 forum.social.plus-post-6277
Issues going to an Application Console from the Social+ Portal Hello @mqm , Could you please try again in an incognito/private window? If it works there, please clear your browser cache (and cookies for the site) and retest.

]]>
https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_6 Fri, 09 Jan 2026 06:58:48 +0000 forum.social.plus-post-6276
Issues going to an Application Console from the Social+ Portal
  • It occurs across all applications
  • Third-party cookies are allowed
  • I have tried this across multiple environments, with and without the suggested blockers in place. Same issue.
  • ]]>
    https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_5 Thu, 08 Jan 2026 16:33:15 +0000 forum.social.plus-post-6275
    Request for Bulk Content Ingestion via API (Posts, Stories, Comments) Hello @Matth , After checking with the BE and platform teams, we were informed that this is not feasible, and there are no plans to support a native batch endpoint in the future due to server constraints.

    For bulk importing posts, stories, or comments, you will need to manage batching on your side by creating items one API call at a time, and apply throttling (controlled concurrency + retry/backoff) to stay within the standard rate limits.

    ]]>
    https://forum.social.plus/t/request-for-bulk-content-ingestion-via-api-posts-stories-comments/1848#post_2 Thu, 08 Jan 2026 10:27:08 +0000 forum.social.plus-post-6274
    Issues going to an Application Console from the Social+ Portal Hello @mqm, could you please confirm whether this issue occurs only in this application or across all applications?

    Additionally, could you check your browser’s cookie settings and ensure that third-party cookies are allowed?

    Please also try disabling any ad blockers or script blockers and see if the issue persists.

    ]]>
    https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_4 Thu, 08 Jan 2026 09:31:30 +0000 forum.social.plus-post-6273
    Request for Bulk Content Ingestion via API (Posts, Stories, Comments) I am looking to implement a way to upload large volumes of content simultaneously. Currently, the API seems designed for single-item creation; I would like to know if there is a native batch endpoint or a recommended workflow for importing bulk posts, stories, and comments without hitting standard rate limits.

    ]]>
    https://forum.social.plus/t/request-for-bulk-content-ingestion-via-api-posts-stories-comments/1848#post_1 Thu, 08 Jan 2026 04:50:26 +0000 forum.social.plus-post-6271
    Issues going to an Application Console from the Social+ Portal I’ve tried this with both Firefox v146 (where I do run a script blocker), and Chrome v143 (where I do not). (I’m on Ubuntu 22.04). Both do have an adblocker which I can easily turn off for this testing; as I mentioned earlier, turning it off last month did help me fix this issue, but it’s no longer working.

    I’d also like to mention that I was able to attempt login with a coworker’s credentials (for you security-conscious, it was shared with me via a password manager and not in plaintext so I don’t actually know the credentials :slight_smile: ) in Firefox, and still receive this same error. So it’s definitely possible there’s something with my environment that makes Social+ unhappy… I’m just unsure what it is.

    ]]>
    https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_3 Wed, 07 Jan 2026 18:24:25 +0000 forum.social.plus-post-6270
    Issues going to an Application Console from the Social+ Portal Hello @mqm , We’ve checked on our side and everything appears to be working correctly for this user.

    Could you please try accessing the Console using a different browser, or log out and log back in again? It’s possible that the session in the portal may have expired before navigating to the Console.

    Please let us know if the issue persists after trying the above steps.

    ]]>
    https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_2 Wed, 07 Jan 2026 07:50:14 +0000 forum.social.plus-post-6268
    MQTT Errors in Singapore Region Hello @Matth ,Our team has already resolved this issue. Could you please try again on your side?
    If the issue still persists, feel free to let us know and we’ll be happy to check further.

    Thank you.

    ]]>
    https://forum.social.plus/t/mqtt-errors-in-singapore-region/1842#post_4 Wed, 07 Jan 2026 07:28:59 +0000 forum.social.plus-post-6267
    Issues going to an Application Console from the Social+ Portal Hello, I am struggling to access an application from the Social+ portal while logging in. I noticed this issue last month and was able to solve it by turning off my ad blocker. That isn’t working anymore. In brief:

    • When logged into the Social+ Portal, I click on “Go to console” under an application:

    • After clicking, I am eventually led to a login page (previously, it would lead me to the application. Trying to login with my exact same Social+ credentials leads me to this error:

    What can I do to access our org’s applications? I’m already logged in, so something on the backend must have changed in the recent past to b

    ]]>
    https://forum.social.plus/t/issues-going-to-an-application-console-from-the-social-portal/1844#post_1 Tue, 06 Jan 2026 08:15:11 +0000 forum.social.plus-post-6261
    MQTT Errors in Singapore Region This is being used for initialising the SDK

    await AmityCoreClient.setup(
      option: AmityCoreClientOption(
        apiKey: AmityEnv.apiKey,
        httpEndpoint: AmityEnv.httpEndpoint,
        mqttEndpoint: AmityEnv.mqttEndpoint,
        showLogs: true,
      ),
      sycInitialization: true,
    );
    

    Here are my env variables
    // SDK endpoints for CoreClient static const AmityRegionalHttpEndpoint httpEndpoint = AmityRegionalHttpEndpoint.SG; static const AmityRegionalMqttEndpoint mqttEndpoint = AmityRegionalMqttEndpoint.SG;

    Here is how I am logging in my user:
    final currentUser = FirebaseAuth.instance.currentUser;
    if(currentUser!=null){
    await AmityCoreClient.login(currentUser.uid) .displayName(currentUser.displayName ?? '') .submit();
    }
    I am using firebase for user authentication and amity sdk in Flutter.

    ]]>
    https://forum.social.plus/t/mqtt-errors-in-singapore-region/1842#post_3 Fri, 19 Dec 2025 10:14:45 +0000 forum.social.plus-post-6258
    Dependency on React Native Net Info Library Hello @jcswb1916 , To help us better review this, could you please share the React Native version you are using and the exact error message or logs you are encountering?

    This will help our team check the issue more accurately.

    ]]>
    https://forum.social.plus/t/dependency-on-react-native-net-info-library/1838#post_2 Fri, 19 Dec 2025 07:46:00 +0000 forum.social.plus-post-6257
    MQTT Errors in Singapore Region Hello @Matth , Thank you for reporting this issue. To help us investigate the MQTT errors and real-time chat updates in the Singapore region, could you please share the code snippet used during login / SDK initialization (including how the user session is created and connected)?

    This will help our team verify whether the connection flow are set up correctly.

    ]]>
    https://forum.social.plus/t/mqtt-errors-in-singapore-region/1842#post_2 Fri, 19 Dec 2025 07:43:13 +0000 forum.social.plus-post-6256
    Real-time Messages Not Working + iOS Push Notifications Issue Hello @Matth , For the iOS push notification issue, please double-check the iOS push certificate and configuration by following these official guides. They cover the common reasons why iOS notifications may not be delivered after updating the .p8 key:

    Please make sure all steps are completed (App ID, bundle ID, APNs key, and environment setup).

    If the issue still occurs after this, feel free to update us with your findings.

    ]]>
    https://forum.social.plus/t/real-time-messages-not-working-ios-push-notifications-issue/1841#post_2 Fri, 19 Dec 2025 07:39:35 +0000 forum.social.plus-post-6255
    MQTT Errors in Singapore Region Hi Social Plus Team,
    We are continuously facing MQTT errors in the Singapore region while subscribing topic. Because of this, chats are not updating in real time.

    ]]>
    https://forum.social.plus/t/mqtt-errors-in-singapore-region/1842#post_1 Fri, 19 Dec 2025 06:07:47 +0000 forum.social.plus-post-6254
    Real-time Messages Not Working + iOS Push Notifications Issue Hi Social Plus Team,
    I’m experiencing two issues with Flutter Amity SDK v7.6.0 on Singapore server:
    1. Real-time Messages Not Working - LiveCollection Not Triggering
    Using LiveCollection with .listen() but receiving end gets nothing in the stream:dart

    // Getting channels
    final channelQuery = AmityChatClient.newChannelRepository()
        .getChannels()
        .sortBy(AmityChannelSortOption.LAST_ACTIVITY);
    
    final channelLiveCollection = channelQuery.getLiveCollection();
    final channelStreamController = channelLiveCollection.getStreamController();
    
    channelStreamController.stream.listen((channels) {
      // This receives initial data but NOT real-time updates
      // When new message arrives in any channel, this doesn't trigger
      print('Channels updated: ${channels.length}');
    });
    
    channelLiveCollection.loadNext();
    
    // Getting messages
    final messageQuery = AmityChatClient.newMessageRepository()
        .getMessages(channelId);
    
    final messageLiveCollection = messageQuery.getLiveCollection();
    final messageStreamController = messageLiveCollection.getStreamController();
    
    messageStreamController.stream.listen((messages) {
      // This loads initial messages but doesn't receive new messages
      // When another user sends a message, this listener is NOT triggered
      // Nothing is being received in onListen callback
      print('Messages received: ${messages.length}');
    });
    
    messageLiveCollection.loadNext();
    

    Issue: The .listen() callback receives initial data but doesn’t get triggered when:

    • Another user sends a new message in the channel

    • A message is sent from another device

    • Any real-time update occurs

    In the receiving end, onListen receives nothing - no new messages appear automatically.
    2. iOS Push Notifications Not Working

    • Updated .p8 certificate in Social Plus Console

    • Notifications still not being received on iOS devices

    • Android notifications working fine

    ]]>
    https://forum.social.plus/t/real-time-messages-not-working-ios-push-notifications-issue/1841#post_1 Thu, 18 Dec 2025 14:36:50 +0000 forum.social.plus-post-6253