Trouble Verifying URL Properties for TikTok Auth in Streamlit Web App

Hi there! (I am new to creating streamlit apps so forgive me if I am forgetting additional context or information) I’m working on a Streamlit web app and trying to integrate TikTok authentication. However, before I can do so, I need to verify my URL properties. Since I can’t verify via domain, I’m attempting to find a workaround using URL prefix and signature file verification.

I’ve added the signature file provided by TikTok to my GitHub repository, but when I try to verify my URL (https://auramomentsv1.streamlit.app/), I encounter the following error message:

Your property could not be verified https://auramomentsv1.streamlit.app/ Something went wrong. Please try again

Here’s a link to my github repo

Also here is a link to the tiktok doc where it mentions how to verify with url prefix

So far, I’ve tried the following to resolve the issue:

  • Double-checking that the signature file is in the correct location and named correctly
  • Verifying that the redirect URI in my TikTok developer dashboard matches the URL I’m trying to verify
  • Trying to verify the URL with and without the trailing slash

I’m using Streamlit version 1.3.1 and Python 3.8.5 on a Windows 10 operating system. The app is deployed on Streamlit Community Cloud.

Has anyone else encountered this error or have any suggestions for how to verify my URL properties for TikTok auth in a Streamlit web app? Any help is much appreciated!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.