Task validation not working

After I confirm submission of my task, the check button keeps on loading till I run out of time. My task never gets validated. I have used both Chrome and Safari.

Does anyone have a workaround this? This has been the case for 2 days

Thanks

Hi @carrels-loading.07,

It seems like a technical glitch. Can you please try again?

Also, please share the task name.

Regards,

Thanks @Tej-Singh-Rana

I’ve retried, same outcome.
The task is Print Environment Variables in k8s level 2

I just tried it and I didn’t face any problem.

Please record this issue and send it to us. Use a feedback tool to screen recording.

Regards,

@Tej-Singh-Rana I think it’s a bug which occurred because I used sleep infinity to keep the container running indefinitely
command: [“/bin/sh”, “-c”, ‘echo “$(GREETING) $(COMPANY) $(GROUP)” && sleep infinity’]

The task got completed once I stopped the container from running indefinitely