Timothee Boussus
Timothee Boussus
Why not just being able to inherit from an abstract type called `Serializable` which provides String serialization / deserialization ? Example: ``` class Stats extends Serializable { int points; @override...
Hello, the endpoints you are specifying must be accessible from the device the browser is on. The endpoints wrote as container names cannot be accessed from outside a docker. Please...
Hello, thanks for the feedback! It is a good idea, but I doubt many people would be interested in translating the platform for their language am I right?
Hello! Can you try setting the endpoints in your docker-compose file to use https?
I think the error you're getting is not related to the implementation but rather how you logged in your accounts. Someone had a similar problem here https://github.com/JohnnyCrazy/SpotifyAPI-NET/issues/700
It looks like a [recent error](https://community.spotify.com/t5/Spotify-for-Developers/quot-User-not-registered-in-the-Developer-Dashboard-quot-error/m-p/5345600#M4111). The flow is implemented correctly in y_s...
Hello, any news on this one?
Hello there! It would be very helpful if I could see the issue happening from my device or with screenshots of yours. If firefox tells you it's a self signed...
Hello! The error you are encountering is explained in the screenshot you shared. You are having an extra headers that is not allowed by cors policy. It is closely related...
Are you hosting other services on your local network? The other service is setting headers for the whole local network.