Requesting assistance: Error 500 "Unknown URL" when assigning task on deployed environment

Hi all,

Could I please get some assistance? I’m trying to assign a task, but I’m encountering a 500 Internal Server Error with the message “Unknown URL” on the deployed environment in Alpha Studio.

I’d really appreciate any help with this.
I’ve attached a screenshot for better reference.

Thanks in advance!

3 Likes

@Sam @vaibhav @Irfan_Ali @Shamnad_KS @Simphiwe

Hello @Promise_Bafana_Kopo ,Could you please let us know in which environment you are facing this issue?

2 Likes

Hi @Sam, I am facing this issue on the deployed ENV

and Here’s the Method that being used method: “post” and the endpoint : /group/fetch-users

1 Like

Could you please try once more,We checked from our end and it is working fine

1 Like

Okay let me do so @Sam

@Sam , I just tried reassigning, but I’m still getting the same error.

Would it be okay if I give you a quick call on Teams to show you what’s happening, once you’re available?

Sure, We can connect

We connected through Teams and identified that the issue is with the environment variable configuration. It appears that the ALPHA_ADMIN_URL is either missing or not correctly set in the Request App .env file.

Please add a new environment variable named ALPHA_ADMIN_URL in the .env file of the Request App, and set its value to be the same as ALPHA_ADMIN_SERVICE_URL