Change port of page #1194
Unanswered
HerrFuchsX
asked this question in
Q&A
Replies: 2 comments
-
Sorry for the late reply |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm encountering an issue with my development setup and would appreciate some assistance.
I've modified the command to start the Turso database:
turso dev --db-file openstatus-dev.db --port 8356
I added the
--port 8356
flag because the default port is being used by another process. However, this change seems to have caused a problem with the status page. When I run the commandpnpm dx
, I receive the following error:Could someone guide me on how to configure the status page to use the new port (8356)?
Thank you in advance for your help!
EDIT:
And when I turn off the other program, everything works, but the error keeps appearing when starting the website: "[Server] << query #1 page.getPageBySlug {}" and also in the console:
Beta Was this translation helpful? Give feedback.
All reactions