No description
Find a file
sirpiglr 20956788ec Fix incorrect API endpoint for creating posts
Corrected the API endpoint from `/api/community/posts` to `/api/posts` in `client/components/feed/PostComposer.tsx` and `client/pages/AdminFeed.tsx` to resolve 404 errors during post creation.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a799a8f1-584a-45ee-89c7-1f58a69e6795
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/zMxtXds
Replit-Helium-Checkpoint-Created: true
2025-12-03 19:14:12 +00:00
.builder/rules Initial commit 2025-08-05 20:03:34 +00:00
.github/workflows Prettier format pending files 2025-11-09 21:48:04 +00:00
api Improve error handling and logging for Discord account linking 2025-12-03 02:16:30 +00:00
attached_assets Fix incorrect API endpoint for creating posts 2025-12-03 19:14:12 +00:00
client Fix incorrect API endpoint for creating posts 2025-12-03 19:14:12 +00:00
discord-bot Implement polling to fetch new posts for Discord synchronization 2025-12-03 03:56:41 +00:00
docs Prettier format pending files 2025-11-17 08:47:57 +00:00
docs-migration Prettier format pending files 2025-11-05 02:45:56 +00:00
public AI & Machine Learning Beginners Course 2025-11-13 04:16:53 +00:00
scripts Prettier format pending files 2025-11-08 03:49:51 +00:00
server Add logging for post creation API requests and responses 2025-12-03 19:01:14 +00:00
shared Remove demo API types 2025-08-06 02:14:21 +00:00
supabase/migrations Create provider_identities table for OAuth federation to Foundation Passports 2025-11-17 08:38:20 +00:00
tests Prettier format pending files 2025-11-08 03:49:51 +00:00
.builderrules Todo list updated 2025-10-01 02:16:46 +00:00
.dockerignore Initial commit 2025-08-05 20:03:34 +00:00
.env.discord.example Discord Configuration Example 2025-11-05 07:33:35 +00:00
.env.example Create environment variables template 2025-08-06 00:04:12 +00:00
.env.foundation-oauth.example completionId: cgen-6e1d80e2545f4e4998a976070bea2bc3 2025-11-17 02:24:05 +00:00
.gitignore Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
.htaccess Create .htaccess file for Hostinger SPA routing 2025-08-06 03:31:57 +00:00
.npmrc Initial commit 2025-08-05 20:03:34 +00:00
.prettierrc Initial commit 2025-08-05 20:03:34 +00:00
.replit Add detailed logging to help troubleshoot post creation failures 2025-12-03 19:09:46 +00:00
.vercelignore Fix .vercelignore to not exclude utility modules needed by handlers 2025-11-16 07:02:05 +00:00
AGENTS.md Initial commit 2025-08-05 20:03:34 +00:00
build-api.js Simplify build-api.js to just validate API setup 2025-11-16 05:00:15 +00:00
build-for-hostinger.sh Create build script for Hostinger deployment 2025-08-06 03:32:07 +00:00
components.json Initial commit 2025-08-05 20:03:34 +00:00
copy-api.js completionId: cgen-501e89513d5342e4a2c04a825bae5594 2025-11-16 01:49:28 +00:00
DISCORD_SETUP.md Update next steps section with final Discord configuration 2025-11-05 16:34:09 +00:00
Dockerfile Create Dockerfile for Railway deployment 2025-11-16 10:59:29 +00:00
hostinger-deploy.md Prettier format pending files 2025-08-06 03:38:55 +00:00
index.html completionId: cgen-1099a38dee794d9e9572a16ca3ae4f14 2025-11-15 03:28:04 +00:00
netlify.toml Initial commit 2025-08-05 20:03:34 +00:00
OAUTH_SETUP.md Replace fly.dev with aethex.dev throughout code/OAUTH_SETUP.md 2025-11-08 08:07:07 +00:00
package-lock.json Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
package.json completionId: cgen-d8a68b9f3311415881722270f4b5faff 2025-11-16 10:59:25 +00:00
postcss.config.js Initial commit 2025-08-05 20:03:34 +00:00
railway.json Create railway.json configuration 2025-11-16 10:59:32 +00:00
replit.md Update documentation to reflect new polling architecture 2025-12-03 18:57:58 +00:00
supabase-migration.sql Append user_roles table and RLS to migration SQL 2025-09-27 21:13:35 +00:00
SUPABASE_SETUP.md Prettier format pending files 2025-08-06 00:35:27 +00:00
tailwind.config.ts Update tailwind config with AeThex brand colors 2025-08-05 22:46:04 +00:00
tsconfig.json Initial commit 2025-08-05 20:03:34 +00:00
vercel.json Move the feed page to the community section and add redirects 2025-12-03 03:11:57 +00:00
vite.config.server.ts Fix server build to produce the correct output file for deployment 2025-12-02 18:51:07 +00:00
vite.config.ts Allow all hosts for Vite development server in Replit environment 2025-12-02 18:16:34 +00:00