Skip to content

DeviantArt Application

To allow Isekai Core to post on your behalf, you need to create an application in the DeviantArt Studio.

  1. Log in to your DeviantArt account

  2. Navigate to the DeviantArt Studio

  3. Click “Submit Your Application”

  4. Fill in the form:

    Title: Isekai (or your preferred name).

    OAuth2 Redirect URI:

    http://localhost:4000/api/auth/deviantart/callback

    Original URLs Whitelist:

    http://localhost:3000, http://localhost:4000

    OAuth2 Redirect URI:

    https://api.example.com/api/auth/deviantart/callback

    Original URLs Whitelist:

    https://example.com

    Note: Replace example.com with your actual domain name.

  5. Click Submit

Once created, you will see a dashboard for your app. Copy the following two values:

client_id → Mapped to DEVIANTART_CLIENT_ID
client_secret → Mapped to DEVIANTART_CLIENT_SECRET

This happens if the URL in your browser address bar during login does not exactly match the one you entered in the OAuth2 Redirect URI field. Check for http vs https and trailing slashes.