You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/examples/upload/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ A serverless Audius track upload example using SDK + OAuth PKCE entirely in the
21
21
In your developer app settings at **audius.co/settings → Developer Apps**, add the following redirect URI:
22
22
23
23
```
24
-
http://localhost:5177
24
+
http://localhost:5177/
25
25
```
26
26
27
27
This is required so the OAuth server will accept the callback URL when the popup redirects back to this app. For production deployments, register your deployed URL instead (e.g. `https://yourapp.com`).
0 commit comments