<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with settings]]></title><description><![CDATA[A list of topics that have been tagged with settings]]></description><link>https://fusionauth.io/community/forum/tags/settings</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 09:02:53 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/settings.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Unable to send email via JavaMail Prime Messaging Exception]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1403">@apeksha-barhanpur</a></p>
<p dir="auto">My apologies, I mistakenly believed you had a support plan with FusionAuth (let me know if I am mistaken).</p>
<p dir="auto">Regarding your question --</p>


<p dir="auto">Have you had a chance to review the troubleshooting guide that we publish for email?<br />
<a href="https://fusionauth.io/docs/v1/tech/admin-guide/troubleshooting#troubleshooting-email" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/admin-guide/troubleshooting#troubleshooting-email</a></p>


<p dir="auto">Lastly, a good tip is to remove FusionAuth completely from the email equation by using SWAKS. SWAKS will complete an email exchange with just your email provider credentials (thereby removing FusionAuth from the equation). If SWAKS fails, then would offer good troubleshooting information.<br />
<a href="http://www.jetmore.org/john/code/swaks/" rel="nofollow ugc">http://www.jetmore.org/john/code/swaks/</a></p>


<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1586/unable-to-send-email-via-javamail-prime-messaging-exception</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1586/unable-to-send-email-via-javamail-prime-messaging-exception</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[error 401 depends on API Key settings]]></title><description><![CDATA[<p dir="auto">I tried with all HTTP methods enabled for /api/user only, and it update user successfully.<br />
But if I tried only with GET and PATCH methods enabled for /api/user , I get 'statusCode=401'.<br />
Here is code</p>
import { FusionAuthClient, UserRequest } from '@fusionauth/typescript-client'
...
export class FusionAuthService {
    private fusionAuthClient: FusionAuthClient;

    constructor(private context: Context) {
        this.fusionAuthClient = new FusionAuthClient(context.config.fusionAuth.apiKey, context.config.fusionAuth.apiUrl);
    }

...
    public async updateUser(userId: string, userRequest: UserRequest ) {
        return this.fusionAuthClient.updateUser(userId, userRequest)
            .then(clientResponse =&gt; {
                logger.info("User:", JSON.stringify(clientResponse.response.user, null, 2));
            }).catch(logger.error);
    }

<p dir="auto">here is invocation of updateUser method that happens on 'user.registration.create' event</p>
        if (user) {
            const patchBody = {
                user: {
                    email: event.user.email,
                    data: {
                        userId: user.id
                    }
                },
            }
            await this.fusionAuthService.updateUser(event.user.id, patchBody);
        }


<p dir="auto">Now I understand that I use updateUser method and I don't know what kind of HTTP request it used.<br />
I have found  patchUser and with it get success.</p>
<p dir="auto">Thanks for your help.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1442/error-401-depends-on-api-key-settings</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1442/error-401-depends-on-api-key-settings</guid><dc:creator><![CDATA[muravyov.alexey]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[maximum pool size configuration]]></title><description><![CDATA[<p dir="auto">You can use the database.maximum-pool-size value in the fusionauth.properties file prior to 1.19.x ( it was just not documented) , but if you want to use the environment variable version is not available until 1.19.x.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/403/maximum-pool-size-configuration</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/403/maximum-pool-size-configuration</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Is there any easy way to save and restore settings to different environments?]]></title><description><![CDATA[<p dir="auto">You could look at kickstart: <a href="https://fusionauth.io/docs/v1/tech/installation-guide/kickstart" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/installation-guide/kickstart</a></p>
<p dir="auto">This would be a good fit if the other devs fusionauth instances are going to be starting from scratch.</p>
<p dir="auto">Otherwise you might want to vote for <a href="https://github.com/FusionAuth/fusionauth-issues/issues/560" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/560</a> which talks about a different path forward (which is as of now unimplemented).</p>
]]></description><link>https://fusionauth.io/community/forum/topic/55/is-there-any-easy-way-to-save-and-restore-settings-to-different-environments</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/55/is-there-any-easy-way-to-save-and-restore-settings-to-different-environments</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>