Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ssr #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

feat: ssr #9

wants to merge 4 commits into from

Conversation

loks0n
Copy link
Collaborator

@loks0n loks0n commented Feb 7, 2024

No description provided.

@gewenyu99
Copy link

I don't think this actually runs. All the routes fail 🤔


export function createAdminClient() {
const client = new Client()
.setEndpoint(process.env.APPWRITE_ENDPOINT!)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These environment variables do not exist, I think you use APPWRITE_PUBLIC_....

@@ -0,0 +1,52 @@
<script setup>
const { context } = useEvent();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting error use event does not exist...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants