What to use this for
- Sign-in did not finish (GitHub or Microsoft)
- A page on this site is broken or missing
- You need a human from the club
Tiger Studio support
Languages: English · 中文 · Deutsch
This repository is the help desk for the Tiger Studio hub. The Support page loads this README. Issue forms live in .github/ISSUE_TEMPLATE.
Support is for problems and questions. How-tos live in the handbook.
When to open a support issue
Use this repo when:
- Sign-in did not finish — GitHub or Microsoft OAuth stopped, looped, or landed on
/auth/error - A page is broken or missing — a hub URL 404s, stays blank, or shows the wrong thing
- You need a human from the club — access, a studio question, or something that is not a how-to
Do not file a support issue to learn Git, Godot, or how the site is built. Open the handbook instead.
Use Docs for how-tos
| You want to… | Go here |
|---|---|
| Understand the hub and Join | Getting started |
| Sign in and post on Proj.Help | Join the ideas board |
| Git, clone, commit, branch | Git |
gh issues and pull requests | GitHub CLI |
| Godot / WAB-Project-1 | Godot |
| TypeScript and the website codebase | TypeScript |
| Vercel, Supabase, how docs load | Manage the website |
A bug or feature on a specific product belongs on that repo, not here. For example, a Godot template bug goes to wab-project-1 issues.
Sign-in problems
The hub signs in with GitHub or Microsoft (Supabase Auth). GitHub does not need school-admin approval. If Microsoft is blocked or waits on Entra, use GitHub.
Before you file:
- Try the other provider (GitHub if Microsoft fails).
- Start again from Join or Login.
- If you land on
/auth/error, copy the red error text and any “check these settings” hint.
What to put in the issue: which button you clicked, the exact URL after it failed, the error text, browser, and whether you are on school Wi-Fi.
Club members who run the site: the usual cause is a wrong GitHub OAuth Authorization callback URL. It must be the Supabase callback (https://<project-ref>.supabase.co/auth/v1/callback), not the Vercel site. Details: Supabase.
Broken pages
File this when a hub page is wrong: /, /products, /about, /join, /docs, /support, /ideas, /news, /me, or a handbook article.
Include:
- The full URL
- What you expected
- What you saw (blank, 404, error, wrong language, missing images)
- Browser and device
- A screenshot if you can
If a GitHub repository page is wrong, open an issue on that repo instead.
Need a human
Use this when you are not reporting a broken URL and you are not asking for a how-to. Examples: you need repo access, you want a studio member to look at something, or you are stuck after reading Docs.
Say what you already tried and how we can reach you. Your GitHub handle is enough.
How to file an issue
- Open New support issue (or use Open a support issue on Support).
- Pick the template that matches: sign-in, broken page, or need a human.
- Fill every required field. The forms include 中文 and Deutsch notes so you can write in any of the three languages.
- Submit. Watch the issue for a reply.
From a clone you can also run gh issue create in this repo. The website forms are easier because they collect the right details.
Please do not file the same problem twice. Check open issues first.
Languages
English is the source. README.zh.md is the Chinese translation. README.de.md is a German draft for Mingli29 to review. If a translation file is missing later, the hub should show English.
What lives in this repo
| Path | Purpose |
|---|---|
README.md | Help copy shown on /support |
README.zh.md / README.de.md | Translations |
.github/ISSUE_TEMPLATE/ | GitHub issue forms |
Do not put handbook pages here. Those belong in docs.