Is the sandbox not working?

I am trying to login to the sandbox site, it was working until yesterday, now 2025-03-24 at 11:53 pm, when I try to login nothing happens.

I enter the user email and password correctly and check the I’m not a robot box, the same as every time, but I can’t login, and no error message appears.

yes, i am facing the same issue.

When I try to upload zatca jar file and called from WAR file I got this error

2025-03-25 12:00:15.181 ERROR 189568 — [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task

java.lang.NoSuchMethodError: ‘byte org.apache.xml.security.c14n.Canonicalizer.canonicalize(byte)’

    at com.gazt.einvoicing.hashing.generation.service.impl.HashingGenerationServiceImpl.canonicalizeXml(HashingGenerationServiceImpl.java:54) ~[zatca-einvoicing-sdk-238-R3.4.1.jar:na]

    at com.gazt.einvoicing.hashing.generation.service.impl.HashingGenerationServiceImpl.getInvoiceHash(HashingGenerationServiceImpl.java:43) ~[zatca-einvoicing-sdk-238-R3.4.1.jar:na]

    at sa.com.mis.service.FusionCreditAndDebitService.prepareInvoices(FusionCreditAndDebitService.java:162) ~[classes/:0.0.1-SNAPSHOT]

    at sa.com.mis.controller.InvoiceController.reportResponse(InvoiceController.java:115) ~[classes/:0.0.1-SNAPSHOT]

    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]

    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]

    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]

    at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]

    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) ~[spring-context-5.3.27.jar:5.3.27]

    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-5.3.27.jar:5.3.27]

    at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) ~[spring-context-5.3.27.jar:5.3.27]

    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[na:na]

    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]

    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[na:na]

    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]

    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]

    at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na]