KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Format of the initialization string does not conform to specification starting at index 0. #193

Closed allanchao closed 2 months ago

allanchao commented 2 months ago

Hello,

I have just installed Easydata and can't seem to get it working. My main list of entities/tables page works, but then when I click any one of the entities, I get a blank page (it has the name of the entity at the top left, the arrow to go back, but nothing else).

I checked the error console and the POST/fetch is getting a 400 response: { "result": "error", "message": "Format of the initialization string does not conform to specification starting at index 0." }

This happens on all entities. I'm hoping someone out there might know what the problem is.

I'm using

allanchao commented 2 months ago

nevermind, this was an issue due to an invalid connection string