Discussions
probleme to finnilize account access
I am using docker getway mode and mock bank for the test, I registered my user with "[[email protected]](mailto:[email protected])",
so I got psuid which is different from the test psuid:
user: [[email protected]]
password: 123tagadaM
bank account: BE89 5494 5232 7885
id: 767d4f9c-7ff6-4555-87c3-0bf91a6ad1eb
I was able to reach the account access page in mock bank which redirects me to my application to finalize access.
if I call '/ob/Ais/access' to finalize the acees with my psuid in userContext I get "The user does not have access to requested accounts"
if I make the call with the test psuid I get "Invalid PSU ID. Call user/Register first.\"
I didn't find the problem.
Posted by bechir oueslati 5 days ago
an example for get-transactions's json result
i don't found an example for the json result of get-transactions call in getway mode
Posted by bechir oueslati about 1 month ago
Run docker image to test API
Hello ,
I tried to run docker image to test API , but he gives this error , such the url is " <http://127.0.0.1:5001"> not like documentation <https://127.0.0.1:5001/>
\*\*ERROR:
info: Microsoft.Hosting.Lifetime[0]
Application is shutting down...
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http\://[::]\:80
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
Content root path: /app
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
Failed to determine the https port for redirect.
Posted by Nakatri 9 months ago
connector ID
unclear documentation how i can get connector ID ?
Posted by nakatri 9 months ago
Mac M1/Arm Support
Is there any plans to release arm builds in future docker versions? Currently, the latest docker fails on `System.IO.IOException: Function not implemented` using mac M1.
```
Unhandled exception. System.IO.IOException: Function not implemented
at System.IO.FileSystemWatcher.StartRaisingEvents()
at System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed()
at System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value)
at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher()
at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(String filter)
at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(String filter)
at Microsoft.Extensions.Configuration.FileConfigurationProvider.<.ctor>b__1_0()
at Microsoft.Extensions.Primitives.ChangeToken.ChangeTokenRegistration`1..ctor(Func`1 changeTokenProducer, Action`1 changeTokenConsumer, TState state)
at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func`1 changeTokenProducer, Action changeTokenConsumer)
at Microsoft.Extensions.Configuration.FileConfigurationProvider..ctor(FileConfigurationSource source)
at Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(IConfigurationBuilder builder)
at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
at Microsoft.Extensions.Hosting.HostBuilder.BuildAppConfiguration()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at BankingSDK.DockerAPI.Program.Main(String[] args) in /src/BankingSDK.DockerAPI/Program.cs:line 17
qemu: uncaught target signal 6 (Aborted) - core dumped
```
Posted by Jonas almost 2 years ago