I have deployed Django code on my replit and got this error Help!

[22/Jul/2023 15:27:31] “GET / HTTP/1.1” 200 1536
Forbidden (Origin checking failed - https://snackvideodownloaderonline--khalidali34.repl.co does not match any trusted origins.): /
[22/Jul/2023 15:29:58] “POST / HTTP/1.1” 403 2603

i have made a script in python django which download video from a target webpage when give a url .
but when i give the url it shows this error in the terminal .

i am using request library and beautifulsoup4 .

Assuming that you used Replit Deployments and not the normal hosting (called “Beta Hosting”), did you configure your code with your replit.app URL? If so, you might run into errors with your repl.co URL.