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

Throw an error if workspace id has no object #2857

Merged
merged 5 commits into from
Dec 7, 2023
Merged

Conversation

martmull
Copy link
Contributor

@martmull martmull commented Dec 7, 2023

@martmull martmull marked this pull request as ready for review December 7, 2023 09:58
server/src/core/api-rest/api-rest.service.ts Dismissed Show dismissed Hide dismissed
Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

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

Left comments!
I think we should actually use SERVER_URL to handle that, no need for local

@@ -27,6 +27,7 @@ import OptionTable from '@site/src/theme/OptionTable'
['REDIS_HOST', '127.0.0.1', 'Redis connection host'],
['REDIS_PORT', '6379', 'Redis connection port'],
['FRONT_BASE_URL', 'http://localhost:3001', 'Url to the hosted frontend'],
['LOCAL_SERVER_URL', 'http://localhost:3000', 'Url to the hosted server'],
Copy link
Member

Choose a reason for hiding this comment

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

SERVER_URL everywhere actually

@charlesBochet charlesBochet merged commit 3cd1ec2 into main Dec 7, 2023
9 of 13 checks passed
@charlesBochet charlesBochet deleted the fix-api-rest branch December 7, 2023 11:32
@charlesBochet charlesBochet mentioned this pull request Dec 8, 2023
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

3 participants